Skip to content

Commit e01ef4a

Browse files
travierdustymabe
authored andcommitted
storage: Fix /var partition re-use example
Fixes: ``` Invalid Butane config at ./modules/ROOT/pages/storage.adoc:92: warning at $.storage.disks.0.partitions.0.number, line 8 col 7: partitions cannot be reused by label; number must be specified except on boot disk (/dev/disk/by-id/coreos-boot-disk) or when wipe_table is true Config produced warnings and --strict was specified ``` See: coreos/butane#711 (comment)
1 parent 5548671 commit e01ef4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/ROOT/pages/storage.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ storage:
9898
partitions:
9999
- size_mib: 0
100100
start_mib: 0
101+
number: 1
101102
label: log
102103
filesystems:
103104
- path: /var/log

0 commit comments

Comments
 (0)