From 9634214ce1c82da0ca0e2ed06fe481e54dfd3ea8 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Thu, 14 Apr 2016 15:34:02 -0400 Subject: [PATCH] release-notes: document rbd cli name validation override Signed-off-by: Jason Dillaman --- doc/release-notes.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 1e7cf34c709a9..9532c99eb8f8c 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 ----------------------------- -- 2.39.5