]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind: stray comment in volumeclient
authorJohn Spray <john.spray@redhat.com>
Wed, 11 Nov 2015 14:23:24 +0000 (14:23 +0000)
committerJohn Spray <john.spray@redhat.com>
Tue, 5 Jan 2016 00:47:54 +0000 (00:47 +0000)
Signed-off-by: John Spray <john.spray@redhat.com>
src/pybind/ceph_volume_client.py

index 9c2c8c329bfae7296ddf6cce131354150fd13c04..e613fdf87b45d3bf80ed0e4c794b64e9edd5b76a 100644 (file)
@@ -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"