]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: switch over to new disk sorting behavior by default 59623/head
authorGuillaume Abrioux <gabrioux@ibm.com>
Mon, 12 Aug 2024 13:57:06 +0000 (13:57 +0000)
committerGuillaume Abrioux <gabrioux@ibm.com>
Thu, 5 Sep 2024 15:13:01 +0000 (15:13 +0000)
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>
(cherry picked from commit be725040bdff367c29262becdea269416b326b8f)

src/ceph-volume/ceph_volume/devices/lvm/batch.py

index 42f431356618986d4073ba3b53ba46aa15540f57..c1549d8414be5dc7f05dc9ee708b97d7f810a90f 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',
@@ -383,7 +382,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: