mirror of
https://github.com/ceph/ceph
synced 2025-02-24 11:37:37 +00:00
rbd: cleanup: fix the typo in namespace comment
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn>
This commit is contained in:
parent
6542a2e0d0
commit
50e088deeb
@ -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