diff --git a/releasenotes/notes/iscsi-verify-attempts-28b1d00b13ba365a.yaml b/releasenotes/notes/iscsi-verify-attempts-28b1d00b13ba365a.yaml new file mode 100644 index 0000000000..8d4cade932 --- /dev/null +++ b/releasenotes/notes/iscsi-verify-attempts-28b1d00b13ba365a.yaml @@ -0,0 +1,10 @@ +--- +deprecations: + - | + The ironic-lib configuration option ``[disk_utils]iscsi_verify_attempts`` + has been deprecated in favor of: + + * ``[iscsi]verify_attempts`` to specify the number of attempts to + establish an iSCSI connection. + * ``[disk_utils]partition_detection_attempts`` to specify the number of + attempts to find a newly created partition.