Project

General

Profile

action #87646

Updated by riafarov over 3 years ago

Automation test for feature : https://jira.suse.com/browse/SLE-7742 
 Autoyast installation with btrfs quota limit for one or more subvolumes. 

 Autoyast syntax: 
 https://github.com/yast/yast-storage-ng/pull/1186 

 Scope is tumbleweed and SLES 64bit. 

 Validate that limit was set, after installation: 
 #btrfs subvolume list /mountpoint (in case we want to find a subvolume id) 
 #btrfs qgroup show -pcre /mountpoint 

 ### Acceptance criteria 
 1. - btrfs quota limit is set in the autoyast profile 
 2. The - the limit is validated to be set, after set,after installation

Back