]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mon/FSCommands.cc
update sources to 12.2.8
[ceph.git] / ceph / src / mon / FSCommands.cc
index 54869d8b51e12e8db4da6f1474df5627e3bf63c3..3ce6f5565f00e320517ab1bf1a3d6241d54cb4ee 100644 (file)
@@ -631,7 +631,7 @@ class RemoveFilesystemHandler : public FileSystemCommandHandler
     for (const auto &gid : to_fail) {
       // Standby replays don't write, so it isn't important to
       // wait for an osdmap propose here: ignore return value.
-      mon->mdsmon()->fail_mds_gid(gid);
+      mon->mdsmon()->fail_mds_gid(fsmap, gid);
     }
 
     fsmap.erase_filesystem(fs->fscid);