--tmp / -t option isn't available in python-vm-builder 0.12.2-0ubuntu3
Bug #539231 reported by
Randy Barlow
This bug affects 6 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
VMBuilder |
New
|
Undecided
|
Unassigned | ||
vm-builder (Ubuntu) |
Fix Released
|
Medium
|
Serge Hallyn | ||
Lucid |
Won't Fix
|
Undecided
|
Unassigned | ||
Maverick |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
The version of python-vm-builder that came with Karmic had a -t flag that you could use to specify where the VM should be built. This was handy, as it allowed me to build the VM on a tmpfs that I mounted manually (since the --tmpfs flag didn't work). This flag isn't accepted by the new version that comes with Lucid, and there doesn't seem to be any replacement for its functionality.
Changed in vm-builder (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Medium |
summary: |
- -t option isn't available in python-vm-builder 0.12.2-0ubuntu3 + --tmp / -t option isn't available in python-vm-builder 0.12.2-0ubuntu3 |
Changed in vm-builder (Ubuntu): | |
status: | In Progress → Fix Released |
Changed in vm-builder (Ubuntu Lucid): | |
status: | New → Confirmed |
Changed in vm-builder (Ubuntu Maverick): | |
status: | New → Confirmed |
To post a comment you must log in.
If I may, I'd like to contend that this is not a duplicate of bug #536940. That ticket is about having a --tmpfs flag that will allow us to indicate that we wish the VM to be built in a tmpfs. That ticket is also marked as a wishlist item. This ticket is about having a flag that allows us to specify a path at which we would like the VM to be built. The -t flag can be used to build in tmpfs, but it can also be used to build in /home or wherever else I would like. What if my system had a small /tmp partition, but I had space somewhere else? Also, this flag should be a good bit simpler to implement that --tmpfs. Can we please have both flags? If not, I'd prefer this one over --tmpfs, personally. Thank you for your consideration!