From: Jason Dillaman Date: Thu, 14 Apr 2016 19:34:02 +0000 (-0400) Subject: release-notes: document rbd cli name validation override X-Git-Tag: v10.2.0~31^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9634214ce1c82da0ca0e2ed06fe481e54dfd3ea8;p=ceph.git release-notes: document rbd cli name validation override Signed-off-by: Jason Dillaman --- diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 1e7cf34c709a..9532c99eb8f8 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -526,6 +526,14 @@ Upgrading from Infernalis This flag is important for the new object enumeration API and for new backends like BlueStore. +* The rbd CLI no longer permits creating images and snapshots with potentially + ambiguous names (e.g. the '/' and '@' characters are disallowed). The + validation can be temporarily disabled by adding "--rbd-validate-names=false" + to the rbd CLI when creating an image or snapshot. It can also be disabled + by adding the following to the client section of the Ceph configuration file:: + + rbd validate names = false + Notable Changes since v10.0.4 -----------------------------