This message was deleted.
# harvester
a
This message was deleted.
b
You should probably include the config where you're setting the persistent_state_paths for troubleshooting/advice
A sanitized version of the 90_custom.yaml would probably be helpful as well.
h
In the documentation this config refers to persistent_state_paths, but in the harvester's default config it creates it as persistentstatepaths, just in case, I left both
/oem/harvester.config
Copy code
schemeversion: 1
serverurl: ""
token: ...
os:
  afterinstallchrootcommands: []
  sshauthorizedkeys: []
  writefiles: []
  hostname: ohk
  modules:
  - kvm
  - vhost_net
  sysctls: {}
  ntpservers:
  - 0.suse.pool.ntp.org
  dnsnameservers:
  - 8.8.8.8
  - 8.8.4.4
  wifi: []
  password: $6$VhYlilCryxFmkiKw$lVUmBbuKOQw3dKHFZJ0RWX.4Hgu08gHoCLD5i56Vt5rVDuez1YnFMu07HZnEWuduSfVQX./3CJbz44Vt947sO0
  environment: {}
  labels: {}
  persistentstatepaths:
    - /var/cache/tailscale
    - /etc/default/tailscaled
  persistent_state_paths:
    - /var/cache/tailscale
    - /etc/default/tailscaled
install:
  automatic: false
  mode: create
  managementinterface:
    interfaces:
    - name: enp8s0
      hwaddr: 00:e0:1d:91:0e:24
    method: dhcp
    ip: ""
    subnetmask: ""
    gateway: ""
    defaultroute: true
    bondoptions:
      miimon: "100"
      mode: active-backup
    mtu: 0
    vlanid: 0
  vip: 10.42.0.49
  viphwaddr: 62:10:9c:70:cd:b3
  vipmode: dhcp
  forceefi: false
  device: /dev/nvme0n1
  configurl: ""
  silent: false
  isourl: ""
  poweroff: false
  noformat: false
  debug: false
  tty: tty1
  forcegpt: true
  forcembr: false
  datadisk: ""
  webhooks: []
  addons: {}
  harvester:
    storageclass:
      replicacount: 0
    longhorn:
      defaultsettings:
        guaranteedenginemanagercpu: null
        guaranteedreplicamanagercpu: null
  rawdiskimagepath: ""
  persistentpartitionsize: 150Gi
runtimeversion: v1.25.9+rke2r1
rancherversion: v2.7.5
harvesterchartversion: 1.2.0
monitoringchartversion: 102.0.0+up40.1.2
systemsettings:
  ntp-servers: '{"ntpServers":["0.suse.pool.ntp.org"]}'
loggingchartversion: 102.0.0+up3.17.10
b
Is the cache directory sticking around ok?
I'd also try bumping the persistant path up a directory (
/etc/default
)
h
i will try
dont work
I confess that I no longer know what to do lol
i resolved using a docker container in host
ty for help @bland-article-62755
a
I realise I'm a bit late to the party here, but if you want to tweak persistent state paths after installation, I believe you need to do it in
/oem/90_custom.yaml
(search for PERSISTENT_STATE_PATHS -- yes, I know that's yet another different spelling/capitalization...)