diff --git a/tasks/main.yml b/tasks/main.yml index b83b59d..3961a0c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -54,3 +54,10 @@ name: "{{ kvm_service_name }}" state: started enabled: true + +# FIXME: +# Create btrfs subvolume /var/lib/libvirt/images and execute `chattr +C` if subvolume was successfullt created. Check if +# directory exists. If not check if filesystem type of /var/lib/libvirt/images is btrfs via `stat -f --format=%T ` +# and if the inode is 256 or 2 with `stat --format="%i" `. + +# - name: ...