]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume util.constants update mount flags to include rw, normalize on list
authorAlfredo Deza <adeza@redhat.com>
Mon, 12 Feb 2018 21:47:17 +0000 (16:47 -0500)
committerAlfredo Deza <adeza@redhat.com>
Thu, 15 Feb 2018 20:18:02 +0000 (15:18 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 457a5173d2e08192273c22f1abe52a64773188b4)

src/ceph-volume/ceph_volume/util/constants.py

index a5eaf2ef6ade0e0f0b0b857ce2ad100a31792727..ac2832482e1427b5e93c2ab1fafe073149dd4acd 100644 (file)
@@ -1,7 +1,7 @@
 
 # mount flags
 mount = dict(
-    xfs='noatime,inode64',
+    xfs=['rw', 'noatime' , 'inode64']
 )