Set defult value of num_nvme_discover_tries=5
Discovering newly connected devices in the initiator side can be slow when there are old connections, increasing the retries is important to discover the new connected device. Change-Id: I62a8162bf96d51f7252cfefbffc1a46010a3a612 Closes-Bug: #1792313
This commit is contained in:
@@ -1235,7 +1235,7 @@ v2.10."""),
|
||||
|
||||
libvirt_volume_nvmeof_opts = [
|
||||
cfg.IntOpt('num_nvme_discover_tries',
|
||||
default=3,
|
||||
default=5,
|
||||
help="""
|
||||
Number of times to rediscover NVMe target to find volume
|
||||
|
||||
|
Reference in New Issue
Block a user