Skip to content

Commit

Permalink
Fix example: the SCSIid is in the sm-config field
Browse files Browse the repository at this point in the history
Signed-off-by: David Scott <dave@recoil.org>
  • Loading branch information
djs55 committed Jun 29, 2015
1 parent a39e548 commit 0724179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/examples/python/xva.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ def open_xva(name):
parser.print_help()
sys.exit(1)

fields = [ "SCSIid" ]
fields = [ "sm_config" ]
if options.test:
fields = [ "other_config", "SCSIid" ]
fields = [ "other_config", "sm_config" ]

xva = open_xva(options.input)
for o in xva.list():
Expand Down

0 comments on commit 0724179

Please sign in to comment.