[Bug 488490] New: domUloader.py can't handle block device names with :
https://bugzilla.novell.com/show_bug.cgi?id=488490 Summary: domUloader.py can't handle block device names with : Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: x86-64 OS/Version: openSUSE 11.1 Status: NEW Severity: Major Priority: P5 - None Component: Xen AssignedTo: cgriffin@novell.com ReportedBy: kamil@zymeworks.com QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; en-us) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1 /usr/lib/xen/boot/domUloader.py --entry=xvda:/boot/vmlinuz-xen,/boot/initrd-xen /dev/disk/by-path/ip-10.3.64.100:3260-iscsi-iqn.2003-10.com.foo.bar Traceback (most recent call last): File "/usr/lib/xen/boot/domUloader.py", line 459, in <module> r = main(sys.argv) File "/usr/lib/xen/boot/domUloader.py", line 437, in main disk = Wholedisk(vdisk, pdisk) File "/usr/lib/xen/boot/domUloader.py", line 92, in __init__ self.pcount = self.scanpartitions() File "/usr/lib/xen/boot/domUloader.py", line 163, in scanpartitions (pname, params) = line.split(':') ValueError: too many values to unpack Note than in order to get the traceback, I commented out the "try: except:" block in the if __name__ == "__main__" portion of the code. Reproducible: Always -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=488490 Jason Douglas <jdouglas@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jdouglas@novell.com AssignedTo|cgriffin@novell.com |jfehlig@novell.com QAContact|qa@suse.de |jdouglas@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com