doc: add note about btrfs subvolume
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2024-01-13 22:46:11 +01:00
parent c5ae9156ca
commit f67a2cb9c7
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -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 <path>`
# and if the inode is 256 or 2 with `stat --format="%i" <path>`.
# - name: ...