Aterfax's latest activity

  • A
    See: https://github.com/Aterfax/pbs-client-docker?tab=readme-ov-file#error-function-not-implemented-os-error-38
  • A
    Aterfax reacted to liptech's post in the thread Hosts File replication with Like Like.
    I really liked your idea I'll incorporate it immediately.
  • A
    Aterfax replied to the thread Hosts File replication.
    I would not advise having the service wait for network.target rather thanpve-cluster.service. You need to wait for the cluster file system to start for the sync file to be present. Using network.target won't necessarily achieve this. If you're...
  • A
    Aterfax replied to the thread Hosts File replication.
    I'd still personally go with Puppet-however... Just make a systemd service one-shot that copies /etc/pve/priv/hosts after the cluster filesystem starts? If you wanted you can then also set a systemd timer to call it every now and then. The...
  • A
    Aterfax replied to the thread Hosts File replication.
    I would typically approach this using Puppet to do the config management on the hosts. e.g. https://forge.puppet.com/modules/puppetlabs/host_core/readme I appreciate most may not be running a Puppet / foreman solution though.