Add ZFS backing store to the container create role
Fill out the stub task to create a container using the existing copy-on-write tasks when the backing store is zfs. Change-Id: I7d9c975319aed13b60299e2040eadcd31fff428f
This commit is contained in:
parent
3c22200109
commit
bd46a48064
@ -13,6 +13,5 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
- name: Not Implemented
|
||||
fail:
|
||||
msg: "ZFS backed containers has not been implemented yet."
|
||||
# ZFS is a COW filesystem, so reuse the COW tasks
|
||||
- include: "lxc_container_create_cow.yml"
|
||||
|
Loading…
x
Reference in New Issue
Block a user