X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Fceph-volume%2Fceph_volume%2Futil%2Fconstants.py;fp=src%2Fceph%2Fsrc%2Fceph-volume%2Fceph_volume%2Futil%2Fconstants.py;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=07df5a4f36111a764688f02c32c7d40c3dc587fa;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/ceph-volume/ceph_volume/util/constants.py b/src/ceph/src/ceph-volume/ceph_volume/util/constants.py deleted file mode 100644 index 07df5a4..0000000 --- a/src/ceph/src/ceph-volume/ceph_volume/util/constants.py +++ /dev/null @@ -1,17 +0,0 @@ - -# mount flags -mount = dict( - xfs='noatime,inode64', -) - - -# format flags -mkfs = dict( - xfs=[ - # force overwriting previous fs - '-f', - # set the inode size to 2kb - '-i', 'size=2048', - ], -) -