Modify ↓
Ticket #593 (closed defect: fixed)
bcfg2-admin minestruct -g doesn't work
Reported by: | Jim Rowan <[email protected]…> | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 0.9.6 Release |
Component: | bcfg2-server | Version: | |
Keywords: | Cc: |
Description
This is on 0.9.6-pre2.
bcfg-server# bcfg2-admin minestruct calf03.qualcomm.com -f /tmp/calfpkgs.xml -g sled10 Traceback (most recent call last):
File "/usr/bin/bcfg2-admin", line 54, in <module>
mode(args[1:])
File "/usr/lib/python2.5/site-packages/Bcfg2/Server/Admin/Minestruct.py", line 58, in call
self.log.info("%s: %s" % (tag, name))
UnboundLocalError?: local variable 'tag' referenced before assignment
It works fine if you leave out the -g argument:
bcfg-server# bcfg2-admin minestruct calf03.qualcomm.com -f /tmp/calfpkgs.xml
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
Resolved in [d412c787be47e53f7384cc91a92f29314526fce4] (SVN r4876)