Merge "Specify lld in tgt config backends"

This commit is contained in:
Jenkins 2014-05-18 16:54:15 +00:00 committed by Gerrit Code Review
commit d76a00932e
1 changed files with 2 additions and 0 deletions

View File

@ -82,11 +82,13 @@ class TgtAdm(TargetAdmin):
VOLUME_CONF = """
<target %s>
backing-store %s
lld iscsi
</target>
"""
VOLUME_CONF_WITH_CHAP_AUTH = """
<target %s>
backing-store %s
lld iscsi
%s
</target>
"""