A manual reconfiguration of the existing nodes will be needed to configure the dataset beforepuppet does a mount over on the existing directory content
Related to T4506
Differential D8482
rancher: use a zfs dataset for /var/lib/kubelet to use the local storage for EmptyDir volumes vsellier on Sep 15 2022, 10:18 AM. Authored by
Details
A manual reconfiguration of the existing nodes will be needed to configure the dataset beforepuppet does a mount over on the existing directory content Related to T4506 diff origin/production/rancher-node-staging-worker1.internal.staging.swh.network current/rancher-node-staging-worker1.internal.staging.swh.network ******************************************* + Zfs[data/kubelet] => parameters => "atime": "off", "compression": "zstd", "ensure": "present", "mountpoint": "/var/lib/kubelet" ******************************************* *** End octocatalog-diff on rancher-node-staging-worker1.internal.staging.swh.network but also diff origin/production/rancher-node-production-worker01.internal.softwareheritage.org current/rancher-node-production-worker01.internal.softwareheritage.org ******************************************* + Zfs[data/kubelet] => parameters => "atime": "off", "compression": "zstd", "ensure": "present", "mountpoint": "/var/lib/kubelet" ******************************************* *** End octocatalog-diff on rancher-node-production-worker01.internal.softwareheritage.org
Diff Detail
Event TimelineComment Actions ok, but i'm a bit confused about the absence of conditional regarding the second hard drive configured. I guess i could use a test plan with the octo-diff on a node where said hard-drive is not configured. Comment Actions heh sorry for the title mess
It's what I tried to explained in the comment line 5-6 in kubelet.pp |