lib/generators/vulcanize/templates/base/config/rubber/rubber.yml in rubber-1.7.2 vs lib/generators/vulcanize/templates/base/config/rubber/rubber.yml in rubber-1.8.0
- old
+ new
@@ -202,16 +202,24 @@
# device: /dev/sdx # OS device to attach volume to
# - size: 50 # size of vol in GBs
# zone: us-east-1a # zone to create volume in, needs to match host's zone
# device: /dev/sdy # OS device to attach volume to
#
+# # Use some ephemeral volumes for raid array
+# local_volumes:
+# - partition_device: /dev/sdb
+# zero: false # zeros out disk for improved performance
+# - partition_device: /dev/sdc
+# zero: false # zeros out disk for improved performance
+#
# # for raid array, you'll need to add mdadm to packages. Likewise,
# # xfsprogs is needed for xfs filesystem support
# packages: [xfsprogs, mdadm]
# raid_volumes:
# - device: /dev/md0 # OS device to to create raid array on
# mount: /mnt/fast # The directory to mount this array to
# filesystem: xfs # the filesystem to create on array
+# filesystem_opts: -f # the filesystem opts in mkfs
# raid_level: 0 # the raid level to use for the array
# source_devices: [/dev/sdx, /dev/sdy] # the source EBS devices we are creating raid array from
# OPTIONAL: You can also define your own variables here for use when
# transforming config files, and they will be available in your config