Skip to content

Commit

Permalink
Merge pull request #782 from openSUSE/dolomite_storage
Browse files Browse the repository at this point in the history
Refine definition of storage volumes for ALP Dolomite
  • Loading branch information
ancorgs authored Sep 29, 2023
2 parents c47701d + c3474a0 commit 96e9308
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
25 changes: 21 additions & 4 deletions service/etc/agama.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ ALP-Dolomite:
- path: srv
- path: boot/writable
- path: usr/local
- path: var
copy_on_write: false
# Architecture specific subvolume
- path: boot/grub2/arm64-efi
archs: aarch64
- path: boot/grub2/i386-pc
Expand All @@ -92,16 +95,30 @@ ALP-Dolomite:
archs: s390
- path: boot/grub2/x86_64-efi
archs: x86_64
- path: var
copy_on_write: false
size:
auto: false
min: 5 GiB
auto: true
outline:
required: true
filesystems:
- btrfs
snapshots_configurable: false
auto_size:
base_min: 5 GiB
base_max: 25 GiB
max_fallback_for:
- "/var"
- mount_path: "/var"
filesystem: btrfs
mount_options:
- "x-initrd.mount"
- "nodatacow"
size:
auto: false
min: 5 GiB
outline:
required: false
filesystems:
- btrfs

Tumbleweed:
software:
Expand Down
5 changes: 5 additions & 0 deletions service/package/rubygem-agama.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 29 14:37:25 UTC 2023 - Ancor Gonzalez Sosa <[email protected]>

- Adapted storage settings for ALP Dolomite (gh#openSUSE/agama#782)

-------------------------------------------------------------------
Wed Sep 27 12:12:59 UTC 2023 - José Iván López González <[email protected]>

Expand Down

0 comments on commit 96e9308

Please sign in to comment.