]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[RM-16140] osd: remove ability to pick ext4
authorAlfredo Deza <adeza@redhat.com>
Fri, 3 Jun 2016 12:43:04 +0000 (08:43 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 3 Jun 2016 12:43:04 +0000 (08:43 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph_deploy/osd.py

index a3e54cdda529bf8683fdabcc98cbe86f624c07d2..3ce24d32083a15e9ffd5dae3f06525744fb42001 100644 (file)
@@ -372,7 +372,7 @@ def activate(args, cfg):
 
         LOG.debug('activating host %s disk %s', hostname, disk)
         LOG.debug('will use init type: %s', distro.init)
-        
+
         ceph_disk_executable = system.executable_path(distro.conn, 'ceph-disk')
         remoto.process.run(
             distro.conn,
@@ -708,11 +708,10 @@ def make(parser):
         '--fs-type',
         metavar='FS_TYPE',
         choices=['xfs',
-                 'ext4',
                  'btrfs'
                  ],
         default='xfs',
-        help='filesystem to use to format DISK (xfs, btrfs, or ext4)',
+        help='filesystem to use to format DISK (xfs, btrfs)',
         )
     osd_create.add_argument(
         '--dmcrypt',
@@ -751,11 +750,10 @@ def make(parser):
         '--fs-type',
         metavar='FS_TYPE',
         choices=['xfs',
-                 'ext4',
                  'btrfs'
                  ],
         default='xfs',
-        help='filesystem to use to format DISK (xfs, btrfs, or ext4)',
+        help='filesystem to use to format DISK (xfs, btrfs)',
         )
     osd_prepare.add_argument(
         '--dmcrypt',
@@ -841,11 +839,10 @@ def make_disk(parser):
         '--fs-type',
         metavar='FS_TYPE',
         choices=['xfs',
-                 'ext4',
                  'btrfs'
                  ],
         default='xfs',
-        help='filesystem to use to format DISK (xfs, btrfs, or ext4)',
+        help='filesystem to use to format DISK (xfs, btrfs)',
         )
     disk_prepare.add_argument(
         '--dmcrypt',