[Bug 1174148] Re: Can't build a raring VM
Serge Hallyn
1174148 at bugs.launchpad.net
Mon Apr 29 16:22:43 UTC 2013
** Changed in: vm-builder (Ubuntu)
Importance: Undecided => High
** Changed in: vm-builder (Ubuntu)
Status: New => In Progress
** Changed in: vm-builder (Ubuntu)
Assignee: (unassigned) => Serge Hallyn (serge-hallyn)
** Also affects: vm-builder (Ubuntu Raring)
Importance: Undecided
Status: New
** Description changed:
+ =================================
+ SRU Justification:
+ 1. Impact: cannot build vms for raring
+ 2. Development fix: add raring and saucy as valid suites
+ 3. Stable fix: same as development fix
+ 4. test case:
+ sudo vm-builder kvm ubuntu --suite raring
+ 5. regression potential: this only introduces new classes to support the new suites, so should not regress any of the previously supported suites.
+ =================================
+
If you try and build a raring vm on raring, it fails. Should be an easy
fix, but is pretty important.
root at main:~# ubuntu-vm-builder kvm raring
2013-04-29 00:42:38,745 INFO : Calling hook: preflight_check
2013-04-29 00:42:38,745 INFO : Cleaning up
2013-04-29 00:42:38,745 ERROR : Invalid suite: "raring". Valid suites are: dapper gutsy hardy intrepid jaunty karmic lucid maverick natty oneiric precise quantal
Traceback (most recent call last):
File "/usr/bin/ubuntu-vm-builder", line 24, in <module>
uvb.main()
File "/usr/lib/python2.7/dist-packages/VMBuilder/contrib/cli.py", line 218, in main
distro.build_chroot()
File "/usr/lib/python2.7/dist-packages/VMBuilder/distro.py", line 81, in build_chroot
self.call_hooks('preflight_check')
File "/usr/lib/python2.7/dist-packages/VMBuilder/distro.py", line 67, in call_hooks
call_hooks(self, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/VMBuilder/util.py", line 165, in call_hooks
getattr(context, func, log_no_such_method)(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/VMBuilder/plugins/ubuntu/distro.py", line 101, in preflight_check
raise VMBuilderUserError('Invalid suite: "%s". Valid suites are: %s' % (suite, ' '.join(self.suites)))
VMBuilder.exception.VMBuilderUserError: Invalid suite: "raring". Valid suites are: dapper gutsy hardy intrepid jaunty karmic lucid maverick natty oneiric precise quantal
** Also affects: vm-builder (Ubuntu Precise)
Importance: Undecided
Status: New
** Changed in: vm-builder (Ubuntu Precise)
Importance: Undecided => High
** Changed in: vm-builder (Ubuntu Precise)
Status: New => Triaged
** Changed in: vm-builder (Ubuntu Raring)
Importance: Undecided => High
** Changed in: vm-builder (Ubuntu Raring)
Status: New => Triaged
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in Ubuntu.
https://bugs.launchpad.net/bugs/1174148
Title:
Can't build a raring VM
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1174148/+subscriptions
More information about the Ubuntu-server-bugs
mailing list