-tmpfs=- option broken in 0.12.2-0ubuntu3
Bug #536940 reported by
l8gravely
This bug affects 18 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
VMBuilder |
Fix Committed
|
Undecided
|
Unassigned | ||
vm-builder (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
Lucid |
Won't Fix
|
Medium
|
Unassigned |
Bug Description
Hi,
When I try to run python-vm-builder 0.12.2-0ubuntu3 on Lucid, it now complains about the --tmpfs=- option not existing. This used to work in previous versions on Lucid. Here's the error from an example usage:
> sudo vmbuilder kvm ubuntu --suite=karmic --flavour=virtual --arch=amd64 --mirror=http://
Usage: vmbuilder hypervisor distro [options]
vmbuilder: error: no such option: --tmpfs
Thanks,
John
Related branches
lp:~danilo/vmbuilder/bug-536940
- Soren Hansen: Approve
-
Diff: 177 lines (+70/-22)2 files modifiedVMBuilder/contrib/cli.py (+40/-10)
VMBuilder/util.py (+30/-12)
Changed in vmbuilder: | |
milestone: | none → 0.12.3 |
Changed in vm-builder (Ubuntu): | |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in vmbuilder: | |
milestone: | 0.12.3 → 0.12.4 |
Changed in vm-builder (Ubuntu): | |
milestone: | none → ubuntu-10.04 |
Changed in vm-builder (Ubuntu Lucid): | |
milestone: | ubuntu-10.04 → none |
Changed in vmbuilder: | |
milestone: | 0.12.4 → none |
Changed in vmbuilder: | |
status: | New → Fix Committed |
To post a comment you must log in.
This is a funy one, really. :)
As far as I can see, --tmpfs was never actually implemented in the python version of VMBuilder. When porting from bash to Python, the option was added (so that it was accepted on the command line), but it's just silently ignored.