Project

General

Profile

Feature #42618

Updated by Lenz Grimmer over 4 years ago

According to the "rbd(8) man page":https://docs.ceph.com/docs/master/man/8/rbd/ , RBD namespaces can currently be created, listed and deleted. It would be useful to have a command to rename an existing namespace, e.g. @rbd namespace rename <pool-name>/<namespace-name> <pool-name>/<new-namespace-name>@. <pool-name>/<new-namespace-name>. Currently, one would have to delete and re-create the namespace (resulting in all images contained in there to be lost).

Back