Papaul has uploaded a new change for review. https://gerrit.wikimedia.org/r/262998
Change subject: Replaced all spacing with tab Bug:T121879
......................................................................
Replaced all spacing with tab
Bug:T121879
Change-Id: I7d4eafaf7e53de6517e8f6bd3158a2dfa6358ebd
---
M modules/install_server/files/autoinstall/partman/raid0-lvm-srv.cfg
1 file changed, 62 insertions(+), 62 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/98/262998/1
diff --git a/modules/install_server/files/autoinstall/partman/raid0-lvm-srv.cfg
b/modules/install_server/files/autoinstall/partman/raid0-lvm-srv.cfg
index fa55e9c..459aa42 100644
--- a/modules/install_server/files/autoinstall/partman/raid0-lvm-srv.cfg
+++ b/modules/install_server/files/autoinstall/partman/raid0-lvm-srv.cfg
@@ -4,78 +4,78 @@
# * LVM
# * GPT layout (large disks, > 2TB)
# * layout:
-# - /boot: RAID0, 500MB
-# - / : ext3, RAID0, 50GB on LVM
-# - rest is lvm RAID0
+# - /boot: RAID0, 500MB
+# - / : ext3, RAID0, 50GB on LVM
+# - rest is lvm RAID0
-d-i partman-auto/method string raid
-d-i partman-md/device_remove_md boolean true
-d-i partman-lvm/device_remove_lvm boolean true
+d-i partman-auto/method
string raid
+d-i partman-md/device_remove_md boolean
true
+d-i partman-lvm/device_remove_lvm boolean true
# Use the first three disks
-d-i partman-auto/disk string /dev/sda /dev/sdb /dev/sdc
+d-i partman-auto/disk string
/dev/sda /dev/sdb /dev/sdc
# Don't stop if method isn't provided, e.g. in non used LVs
-d-i partman-basicmethods/method_only boolean false
+d-i partman-basicmethods/method_only
boolean false
# Define physical partitions
-d-i partman-auto/expert_recipe string \
- multiraid :: \
- 10 1 10 grub \
- $gptonly{ } \
- $bios_boot{ } \
- $primary{ } method{ biosgrub } \
- . \
- 500 1 500 raid \
- $primary{ } method{ raid } \
- $lvmignore{ } \
- . \
- 500 2 -1 raid \
- $primary{ } method{ raid } \
- $lvmignore{ } \
- . \
- 50000 4 50000 ext3 \
- $lvmok{ } \
- $defaultignore{ } \
- lv_name{ root } \
- method{ format } \
- format{ } \
- use_filesystem{ } \
- filesystem{ ext3 } \
- mountpoint{ / } \
- .
- 64 1000 10000000 ext4 \
- $lvmok{ } \
- $defaultignore{ } \
- lv_name{ root } \
- method{ format } \
- format{ } \
- use_filesystem{ } \
- filesystem{ xfs } \
- mountpoint{ /srv } \
- . \
+d-i partman-auto/expert_recipe string
\
+ multiraid ::
\
+
10 1 10
grub \
+
$gptonly{ }
\
+
$bios_boot{ }
\
+
$primary{ } method{ biosgrub }
\
+
.
\
+
500 1 500
raid \
+
$primary{ } method{ raid }
\
+
$lvmignore{ }
\
+
.
\
+
500 2 -1
raid \
+
$primary{ } method{ raid }
\
+
$lvmignore{ }
\
+
.
\
+
50000 4 50000 ext3
\
+
$lvmok{ } \
+
$defaultignore{ } \
+
lv_name{ root } \
+
method{ format } \
+
format{ } \
+
use_filesystem{ } \
+
filesystem{ ext3 } \
+
mountpoint{ / } \
+
.
+ 64 1000
10000000 ext4
\
+
$lvmok{ } \
+
$defaultignore{ } \
+
lv_name{ root } \
+
method{ format } \
+
format{ } \
+
use_filesystem{ } \
+
filesystem{ xfs } \
+
mountpoint{ /srv } \
+
.
\
# Parameters are:
# <raidtype> <devcount> <sparecount> <fstype> <mountpoint> \
-# <devices> <sparedevices>
-d-i partman-auto-raid/recipe string \
- 1 3 0 ext3 /boot \
- /dev/sda2#/dev/sdb2#/dev/sdc2 \
- . \
- 0 3 0 lvm - \
- /dev/sda3#/dev/sdb3#/dev/sdc3 \
- .
+# <devices> <sparedevices>
+d-i partman-auto-raid/recipe
string \
+ 1
3 0
ext3 /boot \
+
/dev/sda2#/dev/sdb2#/dev/sdc2 \
+ .
\
+ 0
3 0
lvm - \
+
/dev/sda3#/dev/sdb3#/dev/sdc3
\
+ .
-d-i partman-md/confirm boolean true
-d-i partman-md/confirm_nooverwrite boolean true
-d-i partman/confirm_write_new_label boolean true
-d-i partman/choose_partition select finish
-d-i partman/confirm boolean true
-d-i partman/confirm_nooverwrite boolean true
-d-i partman-auto-lvm/guided_size string 80%
-d-i partman-lvm/confirm boolean true
-d-i partman-lvm/confirm_nooverwrite boolean true
-d-i partman-lvm/device_remove_lvm boolean true
-d-i mdadm/boot_degraded boolean true
+d-i partman-md/confirm
boolean true
+d-i partman-md/confirm_nooverwrite boolean true
+d-i partman/confirm_write_new_label boolean true
+d-i partman/choose_partition
select finish
+d-i partman/confirm
boolean true
+d-i partman/confirm_nooverwrite boolean
true
+d-i partman-auto-lvm/guided_size string 80%
+d-i partman-lvm/confirm
boolean true
+d-i partman-lvm/confirm_nooverwrite boolean true
+d-i partman-lvm/device_remove_lvm boolean true
+d-i mdadm/boot_degraded
boolean true
--
To view, visit https://gerrit.wikimedia.org/r/262998
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7d4eafaf7e53de6517e8f6bd3158a2dfa6358ebd
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Papaul <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
