]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mon/FSCommands.h
update sources to v12.1.2
[ceph.git] / ceph / src / mon / FSCommands.h
index 5c3079159f3b5e762e19a3e04be2081397f8dcc4..b6b029a17d3f06c3895005e39883faf04203110f 100644 (file)
@@ -52,6 +52,7 @@ protected:
       OSDMap &osd_map,
       const int64_t pool_id,
       bool metadata,
+      bool force,
       std::stringstream *ss) const;
 
   virtual std::string const &get_prefix() {return prefix;}
@@ -69,7 +70,11 @@ public:
     return get_prefix() == prefix_;
   }
 
-  static std::list<std::shared_ptr<FileSystemCommandHandler> > load();
+  static std::list<std::shared_ptr<FileSystemCommandHandler> > load(Paxos *paxos);
+
+  virtual bool batched_propose() {
+    return false;
+  }
 
   virtual int handle(
     Monitor *mon,