Feature added by: Robert Klein (kleinrob) Feature #319895, revision 1 Title: Add btrfs subvolume options to autoyast openSUSE Distribution: Unconfirmed Priority Requester: Important Requested by: Robert Klein (kleinrob) Partner organization: openSUSE.org Description: Currently you can't specify btrfs subvolume options is a autoYaST control file. E.g. the standard install of Leap 42.1 creates four subvolumes with option "no copy on write": - @/var/lib/libvirt/images - @/var/lib/mariadb - @/var/lib/mysql - @/var/lib/pgsql There ought to be a way to achieve this with autoYaST. Currently subvolumes are specified as: <subvolumes config:type="list"> <listentry>boot/grub2/i386-pc</listentry> <listentry>boot/grub2/x86_64-efi</listentry> <listentry>home</listentry> </subvolumes> a possibly syntax could be e.g.: <subvolumes config:type="list"> <subvolume> <subvolume-path>var/lib/pgsql</subvolume-path> <subvolume-options>nodatacow,noacl</subvolume-options> </subvolume> </subvolumes> or make the subvolume-options a list.. Also the installer should respect these options and autoyast should use them when creating a reference profile. -- openSUSE Feature: https://features.opensuse.org/319895