mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
Merge pull request #12858 from yangdongsheng/rbd_cleanup
rbd: cleanup: fix the typo in namespace comment
This commit is contained in:
commit
f70b6fdec6
@ -230,6 +230,6 @@ Shell::Action action(
|
||||
{"import-diff"}, {}, "Import an incremental diff.", "", &get_arguments,
|
||||
&execute);
|
||||
|
||||
} // namespace list
|
||||
} // namespace import_diff
|
||||
} // namespace action
|
||||
} // namespace rbd
|
||||
|
@ -79,6 +79,6 @@ Shell::Action action(
|
||||
{"rename"}, {"mv"}, "Rename image within pool.", "", &get_arguments,
|
||||
&execute);
|
||||
|
||||
} // namespace list
|
||||
} // namespace rename
|
||||
} // namespace action
|
||||
} // namespace rbd
|
||||
|
@ -88,6 +88,6 @@ Shell::Action action(
|
||||
{"resize"}, {}, "Resize (expand or shrink) image.", "", &get_arguments,
|
||||
&execute);
|
||||
|
||||
} // namespace list
|
||||
} // namespace resize
|
||||
} // namespace action
|
||||
} // namespace rbd
|
||||
|
Loading…
Reference in New Issue
Block a user