Feature changed by: Matthias Eckermann (mge1512) Feature #319895, revision 3 Title: Add btrfs subvolume options to autoyast - openSUSE Distribution: Unconfirmed + openSUSE Distribution: Duplicate of #320342 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. + Relations: + - (feature/duplicate: 320342) + Discussion: + #1: Matthias Eckermann (mge1512) (2016-01-17 00:46:55) + Very good suggestion, thanks. Let's see what we can do going forward, + and how quickly, ... -- openSUSE Feature: https://features.opensuse.org/319895