From: John Spray Date: Wed, 11 Nov 2015 14:23:24 +0000 (+0000) Subject: pybind: stray comment in volumeclient X-Git-Tag: v10.0.3~16^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a2de0db40b47d7bd5609d205d4bc7441e5c0d813;p=ceph.git pybind: stray comment in volumeclient Signed-off-by: John Spray --- diff --git a/src/pybind/ceph_volume_client.py b/src/pybind/ceph_volume_client.py index 9c2c8c329bfa..e613fdf87b45 100644 --- a/src/pybind/ceph_volume_client.py +++ b/src/pybind/ceph_volume_client.py @@ -38,7 +38,7 @@ log = logging.getLogger(__name__) # Reserved volume group name which we use in paths for volumes -# that +# that are not assigned to a group (i.e. created with group=None) NO_GROUP_NAME = "_nogroup"