From f67a2cb9c71cd8f7a69569ed9d2a50f1af3243e4 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 13 Jan 2024 22:46:11 +0100 Subject: [PATCH] doc: add note about btrfs subvolume --- tasks/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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: ...