File: manage_partition_and_filesystem-64cd4086d1bb5b0a.yaml

package info (click to toggle)
puppet-module-swift 25.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,400 kB
  • sloc: ruby: 9,593; python: 38; sh: 10; makefile: 10
file content (13 lines) | stat: -rw-r--r-- 704 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    The class swift::storage::disk now has 2 new parameters called
    manage_partition and manage_filesystem. The swift::storage::xfs now has
    a new parameter manage_filesystem. Both have a value of true by default.
    These new options may be used to skip running parted and xfs_admin once
    the storage disks are setup. The goal is to avoid the kernel to flush
    the HDD buffer, which can seriously increase the load and IO wait on a
    (busy) production server. These parameters should be left to true when
    setting-up a new server, or when changing a disk, and can be set to false
    otherwise, or always set to false if the formating is done outside of
    puppet.