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:
Jonathan Rosser 2017-10-04 20:28:28 +01:00
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"