This repository has been archived by the owner on Nov 24, 2022. It is now read-only.
Configuration attribute to allow passing additional arguments to lxc-create #232
Labels
Milestone
We have a use case where we would like to create containers with btrfs (or possibly other) backing stores. The current implementation of lxc-create (well, as shipped with 13.10) requires that we be explicit by passing -B btrfs when creating a container, else rootfs is created as a simple directory, rather than a subvolume.
So it would be good to have a config option that allows passing additional arguments to lxc-create. For example:
I'll add this into my fork -- if there's any interest I can send over a pr.
The text was updated successfully, but these errors were encountered: