mirror of
https://github.com/ceph/ceph
synced 2025-02-23 11:07:35 +00:00
Merge pull request #37524 from jschmid1/dont_skip_unavailable_devices
python-common: do not skip unavailable devices Reviewed-by: Jan Fajerski <jfajerski@suse.com>
This commit is contained in:
commit
abbd7fdb95
@ -115,11 +115,6 @@ class DriveSelection(object):
|
||||
for disk in self.disks:
|
||||
logger.debug("Processing disk {}".format(disk.path))
|
||||
|
||||
if not disk.available:
|
||||
logger.debug(
|
||||
"Ignoring disk {}. Disk is not available".format(disk.path))
|
||||
continue
|
||||
|
||||
if not self._has_mandatory_idents(disk):
|
||||
logger.debug(
|
||||
"Ignoring disk {}. Missing mandatory idents".format(
|
||||
|
Loading…
Reference in New Issue
Block a user