Skip to content

Commit be72504

Browse files
committed
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 <[email protected]>
1 parent a787a91 commit be72504

File tree

1 file changed

+0
-2
lines changed
  • src/ceph-volume/ceph_volume/devices/lvm

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ def __init__(self, argv):
224224
action='store_true',
225225
help=('deploy multi-device OSDs if rotational and non-rotational drives '
226226
'are passed in DEVICES'),
227-
default=True
228227
)
229228
parser.add_argument(
230229
'--no-auto',
@@ -377,7 +376,6 @@ def _sort_rotational_disks(self):
377376
'''
378377
mlogger.warning('DEPRECATION NOTICE')
379378
mlogger.warning('You are using the legacy automatic disk sorting behavior')
380-
mlogger.warning('The Pacific release will change the default to --no-auto')
381379
rotating = []
382380
ssd = []
383381
for d in self.args.devices:

0 commit comments

Comments
 (0)