We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bff14dc + be72504 commit 5e51a6eCopy full SHA for 5e51a6e
src/ceph-volume/ceph_volume/devices/lvm/batch.py
@@ -224,7 +224,6 @@ def __init__(self, argv):
224
action='store_true',
225
help=('deploy multi-device OSDs if rotational and non-rotational drives '
226
'are passed in DEVICES'),
227
- default=True
228
)
229
parser.add_argument(
230
'--no-auto',
@@ -383,7 +382,6 @@ def _sort_rotational_disks(self):
383
382
'''
384
mlogger.warning('DEPRECATION NOTICE')
385
mlogger.warning('You are using the legacy automatic disk sorting behavior')
386
- mlogger.warning('The Pacific release will change the default to --no-auto')
387
rotating = []
388
ssd = []
389
for d in self.args.devices:
0 commit comments