remove ceph code
[stor4nfv.git] / src / ceph / src / ceph-volume / ceph_volume / util / constants.py
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 (file)
index 07df5a4..0000000
+++ /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',
-    ],
-)
-