Fixes: c6121e48ecb7224e5addf4b5fdeb64907a8d8683
Fixes: https://tracker.ceph.com/issues/48633
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
volume_id = "volumeid"
# Create auth_id
- out = self.fs.mon_manager.raw_cluster_cmd(
+ self.fs.mon_manager.raw_cluster_cmd(
"auth", "get-or-create", "client.guest1",
"mds", "allow *",
"osd", "allow rw",
volume_id = "volumeid"
# Create auth_id
- out = self.fs.mon_manager.raw_cluster_cmd(
+ self.fs.mon_manager.raw_cluster_cmd(
"auth", "get-or-create", "client.guest1",
"mds", "allow *",
"osd", "allow rw",