yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #47359
[Bug 1532228] Re: iscsi related config options missing from nova configuration file
Reviewed: https://review.openstack.org/287685
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ccbe363f306c93ec3d2b19fbd6a84d1c1cd76b48
Submitter: Jenkins
Branch: master
commit ccbe363f306c93ec3d2b19fbd6a84d1c1cd76b48
Author: Markus Zoeller <mzoeller@xxxxxxxxxx>
Date: Thu Mar 3 11:05:42 2016 +0100
Sample nova.conf file has missing/duplicated config options
The generated sample.nova.conf missed config options from these modules:
nova.virt.hyperv.eventhandler
nova.virt.libvirt.volume.aoe
nova.virt.libvirt.volume.glusterfs
nova.virt.libvirt.volume.iscsi
nova.virt.libvirt.volume.iser
nova.virt.libvirt.volume.net
nova.virt.libvirt.volume.nfs
nova.virt.libvirt.volume.quobyte
nova.virt.libvirt.volume.remotefs
nova.virt.libvirt.volume.scality
nova.virt.libvirt.volume.smbfs
The generated sample.nova.conf has the config options twice from module:
nova.cmd.spicehtml5proxy.opts
Change-Id: I81524527c204c56547d27a9450fffafa0f81c11e
Co-Authored-By: Dirk Mueller <dirk@xxxxxxxx>
Co-Authored-By: zwei <leidong@xxxxxxxxxxxxxxx>
Co-Authored-By: Michal Jura <mjura@xxxxxxxx>
Closes-Bug: #1532228
Closes-Bug: #1533132
** Changed in: nova
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1532228
Title:
iscsi related config options missing from nova configuration file
Status in OpenStack Compute (nova):
Fix Released
Bug description:
descriptions for the iscsi related options are missing from oslo-
config generated sample:
+# Number of times to rescan iSCSI target to find volume (integer value)
+#num_iscsi_scan_tries = 5
+
+# Use multipath connection of the iSCSI or FC volume (boolean value)
+#iscsi_use_multipath = false
+
+# The iSCSI transport iface to use to connect to target in case offload support
+# is desired. Default format is of the form <transport_name>.<hwaddress> where
+# <transport_name> is one of (be2iscsi, bnx2i, cxgb3i, cxgb4i, qla4xxx, ocs)
+# and <hwaddress> is the MAC address of the interface and can be generated via
+# the iscsiadm -m iface command. Do not confuse the iscsi_iface parameter to be
+# provided here with the actual transport name. (string value)
+# Deprecated group/name - [DEFAULT]/iscsi_transport
+#iscsi_iface = <None>
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1532228/+subscriptions
References