Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add quota attribute to volume section #2657

Merged
merged 2 commits into from
Sep 26, 2024
Merged

Add quota attribute to volume section #2657

merged 2 commits into from
Sep 26, 2024

Conversation

schaefi
Copy link
Collaborator

@schaefi schaefi commented Sep 26, 2024

Allow to set quota per volume for the btrfs filesystem This Fixes #2651

@schaefi schaefi self-assigned this Sep 26, 2024
Allow to set quota per volume for the btrfs filesystem
This Fixes #2651
kiwi/volume_manager/btrfs.py Outdated Show resolved Hide resolved
@schaefi
Copy link
Collaborator Author

schaefi commented Sep 26, 2024

The integration test for TW worked

[   70s] [ DEBUG   ]: 12:03:50 | EXEC: [btrfs subvolume create /var/tmp/kiwi_volumes.29npkpkf/@/home]
[   70s] [ DEBUG   ]: 12:03:50 | Looking for btrfs in /sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin
[   70s] [ DEBUG   ]: 12:03:50 | EXEC: [btrfs quota enable --simple /var/tmp/kiwi_volumes.29npkpkf/@/home]
[   70s] [ DEBUG   ]: 12:03:50 | Looking for btrfs in /sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/bin
[   70s] [ DEBUG   ]: 12:03:50 | EXEC: [btrfs qgroup limit 5G /var/tmp/kiwi_volumes.29npkpkf/@/home]

@Conan-Kudo Conan-Kudo merged commit 9215ac5 into main Sep 26, 2024
12 checks passed
@Conan-Kudo Conan-Kudo deleted the volume_quotas branch September 26, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add quota attribute in <volume> definition for Btrfs subvolume usable when btrfs_quota_groups is set to true
2 participants