mirror of
https://github.com/ceph/ceph
synced 2025-02-24 11:37:37 +00:00
Merge pull request #51924 from adk3798/limit-policy-log-level
python-common/drive_selection: lower log level of limit policy message Reviewed-by: Redouane Kachach <rkachach@redhat.com>
This commit is contained in:
commit
a0ab37ade0
@ -71,7 +71,7 @@ class DriveSelection(object):
|
||||
limit = device_filter.limit or 0
|
||||
|
||||
if limit > 0 and (len_devices + self.existing_daemons >= limit):
|
||||
logger.info("Refuse to add {} due to limit policy of <{}>".format(
|
||||
logger.debug("Refuse to add {} due to limit policy of <{}>".format(
|
||||
disk_path, limit))
|
||||
return True
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user