]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: switch over to new disk sorting behavior by default 59170/head
authorGuillaume Abrioux <gabrioux@ibm.com>
Mon, 12 Aug 2024 13:57:06 +0000 (13:57 +0000)
committerGuillaume Abrioux <gabrioux@ibm.com>
Tue, 13 Aug 2024 13:58:37 +0000 (15:58 +0200)
The automatic disk sorting behavior is deprecated.
The new behavior should be the default since Ceph Pacific but it
got pushed back multiple times.

Fixes: https://tracker.ceph.com/issues/67497
Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
src/ceph-volume/ceph_volume/devices/lvm/batch.py

index 6cd3bc39817772c69b8a672f3a599c23cda05c95..d9e1dee5ff368d0b960c22fd3a4650d09e993062 100644 (file)
@@ -224,7 +224,6 @@ class Batch(object):
             action='store_true',
             help=('deploy multi-device OSDs if rotational and non-rotational drives '
                   'are passed in DEVICES'),
-            default=True
         )
         parser.add_argument(
             '--no-auto',
@@ -377,7 +376,6 @@ class Batch(object):
         '''
         mlogger.warning('DEPRECATION NOTICE')
         mlogger.warning('You are using the legacy automatic disk sorting behavior')
-        mlogger.warning('The Pacific release will change the default to --no-auto')
         rotating = []
         ssd = []
         for d in self.args.devices: