]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/tools/rbd/ArgumentTypes.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / tools / rbd / ArgumentTypes.h
index 57473f31c6564cb455f4c18e795bafabd23a0f35..39d374c64c3cd5e2ad86e2c4b3aecc851b7b7d64 100644 (file)
@@ -87,7 +87,8 @@ static const std::string SKIP_QUIESCE("skip-quiesce");
 static const std::string IGNORE_QUIESCE_ERROR("ignore-quiesce-error");
 
 static const std::set<std::string> SWITCH_ARGUMENTS = {
-  WHOLE_OBJECT, NO_PROGRESS, PRETTY_FORMAT, VERBOSE, NO_ERR, SKIP_QUIESCE,
+  WHOLE_OBJECT, IMAGE_SHARED, IMAGE_THICK_PROVISION, IMAGE_FLATTEN,
+  NO_PROGRESS, PRETTY_FORMAT, VERBOSE, NO_ERR, SKIP_QUIESCE,
   IGNORE_QUIESCE_ERROR
 };