Pre-upgrade snapshot: Talos v1.13.2, before multipath implementation
This commit is contained in:
@@ -156,40 +156,21 @@ worker:
|
|||||||
net.ipv4.conf.all.arp_ignore: "1"
|
net.ipv4.conf.all.arp_ignore: "1"
|
||||||
|
|
||||||
- |-
|
- |-
|
||||||
machine:
|
apiVersion: v1alpha1
|
||||||
files:
|
kind: ExtensionServiceConfig
|
||||||
- path: /etc/multipath.conf
|
name: multipath-tools
|
||||||
permissions: 0644
|
configFiles:
|
||||||
op: create
|
- content: |
|
||||||
content: |
|
# Your multipath.conf content here
|
||||||
# Multipath configuration for Pure Storage FlashArray
|
defaults {
|
||||||
defaults {
|
user_friendly_names yes
|
||||||
polling_interval 10
|
}
|
||||||
find_multipaths yes
|
mountPath: /etc/multipath.conf
|
||||||
user_friendly_names no
|
environment:
|
||||||
}
|
- ARGS=-f /etc/multipath.conf
|
||||||
|
# Note: ExtensionServices run with host access by design,
|
||||||
devices {
|
# effectively privileged for system tasks.
|
||||||
device {
|
|
||||||
vendor "PURE"
|
|
||||||
product "FlashArray"
|
|
||||||
path_selector "service-time 0"
|
|
||||||
path_grouping_policy group_by_prio
|
|
||||||
prio alua
|
|
||||||
path_checker tur
|
|
||||||
fast_io_fail_tmo 10
|
|
||||||
user_friendly_names no
|
|
||||||
no_path_retry 0
|
|
||||||
hardware_handler "1 alua"
|
|
||||||
dev_loss_tmo 600
|
|
||||||
failback immediate
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
blacklist {
|
|
||||||
devnode "^pxd[0-9]*"
|
|
||||||
devnode "^pxd.*"
|
|
||||||
}
|
|
||||||
|
|
||||||
# ─── Nodes ───────────────────────────────────────────────────────────────────
|
# ─── Nodes ───────────────────────────────────────────────────────────────────
|
||||||
nodes:
|
nodes:
|
||||||
|
|||||||
Reference in New Issue
Block a user