Search results

  1. P

    Lxc with bind volumes on separate SSD - replication

    want to create a samba server in an lxc. the bind volumes are on a separate ssd. Every node has the same hw. I use zfs. -> is it possible to replicate the zfs volumes tied to the lxc to every node? How would Proxmox know on which ssd which data should be replicated to?
  2. P

    LXC - pct enter 7000 - "locale" failed

    Hi all, in node shell: pct enter <lxcID> e.g. systemctl enable unattended-upgrades answer: Executing: /lib/systemd/systemd-sysv-install enable unattended-upgrades perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset)...
  3. P

    pct exec -> Syntax -c " ' "-> how to solve?

    pct exec 7000 -- bash -c "echo 'APT::periodic::Update-Package-Lists "1"; APT::periodic::Download-Upgradeable-Packages "1"; APT::periodic::AutocleanInterval "7"; APT::periodic::Unattended-Upgrade "1";' > /etc/apt/apt.conf.d/20auto-upgrades" answer: bash: -c: option requires an...
  4. P

    Sync non-zfs external storage

    Hi all, Image 3 nodes in a HA cluster. 2 nodes do have an external ext4-HDD. The data should be asynchronous (easy) synced. -> How can I keep them hourly in sync with Proxmox-tools? (to keep everything in one tool) If they would be zfs storages replication every hour would be the solution, but...
  5. P

    3-Nodes incl Quorum-Device - HA-Reachablilty.

    Hi All, 2 nodes & a Quorum-Device are running in HA-Cluster. Problem: when node1 (Cluster creator) fails, the Proxmox-GUI is not accessable anymore. If I type in the IP-Address of node2, Login fails on node2 - as if the user would be unknown. Problem only appears when node1 goes down. Looks...