]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/tools/rbd/action/Migration.cc
import quincy beta 17.1.0
[ceph.git] / ceph / src / tools / rbd / action / Migration.cc
index 05b15f1869ccad0a147402484b3fdb5ebbce5d3e..1ce6201d96489c44ce1c9356c75512412fcbbfbd 100644 (file)
@@ -406,6 +406,8 @@ int execute_commit(const po::variables_map &vm,
   return 0;
 }
 
+Shell::SwitchArguments switched_arguments({"import-only"});
+
 Shell::Action action_prepare(
   {"migration", "prepare"}, {}, "Prepare image migration.",
   at::get_long_features_help(), &get_prepare_arguments, &execute_prepare);