In my /etc/fstab:
UUID=... / btrfs subvol=@,defaults,relatime,space_cache,autodefrag 0 1
UUID=... /media/fs.cave btrfs subvolid=5,defaults,relatime,space_cache,autodefrag 0 0
UUID=... /var/lib/libvirt/images btrfs nodefaults,subvol=vm.images,relatime,space_cache,nodatacow 0 0
The output of "mount" is:
/dev/sda5 on /var/lib/libvirt/images type btrfs (rw,relatime,space_cache,autodefrag,subvolid=268,subvol=/vm.images)
I do not expect the option "autodefrag" and I am missing the option "nodatacow".
Is there another possability to find out the active options?
OS: debian buster with kernel 4.19.0-6-amd64 and 5.2.0-0.bpo.3-amd64