diff options
| author | Chuck Short <chuck.short@canonical.com> | 2012-06-21 13:50:22 -0400 |
|---|---|---|
| committer | Chuck Short <chuck.short@canonical.com> | 2012-06-22 15:09:35 -0400 |
| commit | 01c654e2ef6db17e677d5e9a0d8e781d374bdbbe (patch) | |
| tree | f781ea6a91c04e638da008063dfb7b0e1fa54801 /nova/volume | |
| parent | 3252371afca71f57c171569676d5de70439d5384 (diff) | |
Make tgtadm the default iscsi user-land helper.
Most modern Linux distrobutions have tgtadm as their
default iscsi user-land helper. This includes Ubuntu,
Fedora, RHEL, SuSe, and others.
Make it default for nova as well. No change is
required for devstack since its the default as well.
Change-Id: I3f5204f08bfd9ef41eda2df7aa6bb35559516213
Signed-off-by: Chuck Short <chuck.short@canonical.com>
Diffstat (limited to 'nova/volume')
| -rw-r--r-- | nova/volume/iscsi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/volume/iscsi.py b/nova/volume/iscsi.py index 115d51c80..33ee7dabc 100644 --- a/nova/volume/iscsi.py +++ b/nova/volume/iscsi.py @@ -26,7 +26,7 @@ from nova import utils iscsi_helper_opt = cfg.StrOpt('iscsi_helper', - default='ietadm', + default='tgtadm', help='iscsi target user-land tool to use') FLAGS = flags.FLAGS |
