Skip to content

Commit 5e51a6e

Browse files
authored
Merge pull request ceph#59170 from guits/remove-legacy-disk-sorting
ceph-volume: switch over to new disk sorting behavior
2 parents bff14dc + be72504 commit 5e51a6e

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',
@@ -383,7 +382,6 @@ def _sort_rotational_disks(self):
383382
'''
384383
mlogger.warning('DEPRECATION NOTICE')
385384
mlogger.warning('You are using the legacy automatic disk sorting behavior')
386-
mlogger.warning('The Pacific release will change the default to --no-auto')
387385
rotating = []
388386
ssd = []
389387
for d in self.args.devices:

0 commit comments

Comments
 (0)