From: Guillaume Abrioux Date: Mon, 12 Aug 2024 13:57:06 +0000 (+0000) Subject: ceph-volume: switch over to new disk sorting behavior by default X-Git-Tag: v20.0.0~1123^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=be725040bdff367c29262becdea269416b326b8f;p=ceph.git ceph-volume: switch over to new disk sorting behavior by default 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 --- diff --git a/src/ceph-volume/ceph_volume/devices/lvm/batch.py b/src/ceph-volume/ceph_volume/devices/lvm/batch.py index 6cd3bc398177..d9e1dee5ff36 100644 --- a/src/ceph-volume/ceph_volume/devices/lvm/batch.py +++ b/src/ceph-volume/ceph_volume/devices/lvm/batch.py @@ -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: