Search results

  1. N

    Ceph Upgrade Uninstalls Proxmox

    This is usually caused by repositories not configured correctly. Can you run apt update and show the output? This is the quickest way to determine which repositories are set.
  2. N

    HBA Wechsel

    Wenn die Platten wieder erkannt werden sollte ein zpool import den Pool darauf wieder finden.
  3. N

    ZFS Replication failed: got timeout

    This can happen if there is too much load on the zpool. IO gets high and the time until the snapshot for the next replication run is taken is too long -> time out. Check the IO delay graph in the node summary if you have peaks that correlate with the timeouts
  4. N

    Missing VM file

    This is very much a problem! Use different shares so that each cluster has its own and cannot interfere with the other cluster.
  5. N

    Missing VM file

    Do you use the same share on multiple separate PVE instances? If you use the same share in a cluster everything should be okay. If you have separate PVE instances, not clustered, you should never share the exact same network storage. Use different shares in that case. Each PVE instance (if...
  6. N

    Proxmox Backup Server (beta)

    Can you open a new thread (to not pollute this one) and show the output of the command apt update?
  7. N

    Proxmox Backup Server (beta)

    Should be in the no-subscription repository.
  8. N

    ZFS and over provisioning?

    ah okay, that's what you mean. Well, as I said, you can create partitions yourself and use those to create the zpool. But honestly, if you fear that your SSDS won't last, check out the TBW or DWPD values in the specs of your SSDs to get an idea how long they will probably last. Additionally you...
  9. N

    ZFS and over provisioning?

    How does some free space at the end of the disc help you with over provisioning? What is usually meant with over provisioning is that you you can have VM disks which when summed up are larger than the underlying storage. This works as long as they don't all use all their space. Once you hit the...
  10. N

    tcp/8007

    Or, as netstat isn't installed that often nowadays, you can use ss -tulpn.
  11. N

    How / where is VM configuration stored? (for disaster recovery, loss of rpool, etc.)

    If you use the integrated backup tool (vzdump on the CLI) and create backups of your guests, you will have all needed configs for that guest. Try restoring a backup to a new VMID and it will all be there. The PVE node specific settings are all found at /etc/pve (even the VM configs) and the...
  12. N

    Scub Scan on PVE 6.2.9.

    EIn Scrub läuft immer jeden zweiten Sonntag im Monat und nicht intelligent nach einam Ausfall. Da hast du nur gerade ziemliches "Glück" gehabt, dass sich das zeitlich überlappt. Ist die Maschine in der Nacht gelaufen? Ansonsten mag es sein, dass der Scan beim starten heute nachgeholt wurde da...
  13. N

    How do I add PBS to PVE?

    Did you create a user with permissions on the datastore backups? I don't see any in the pvesm command.
  14. N

    NAS on Proxmox

    I'm curious which feature beside Samba/NFS shares you use. If all I need is to export some paths as NFS/Samba share and want ZFS, doing it bare metal and manually editing the config files where needed is fine in my opinion. PVE for my home server is a mainly Debian based Linux distribution...
  15. N

    NAS on Proxmox

    I personally just installed Samba directly on the PVE node and set the config file and samba users manually. As you I think that the whole passing through disks to a NAS distribution like FreeNAS is too complicated. The only other way would be to create a normal VM and use that as network...
  16. N

    deleted a volume group, but still see it in gui

    Is it still configured under Data center -> Storage? Try to remove it there otherwise PVE will look for it and not find it, thus the unknown status
  17. N

    moved a disk and baffled by reported disk use now

    Did you enable the "Thin provision" checkbox for the new storage? If it is not enabled the reservations are set on the ZFS volumes.
  18. N

    Network Interface startet nicht

    address sollte es wohl heißen oder? Also mit doppel d statt nur einem.
  19. N

    Bond Bridge to Proxmox

    If you need the VLANs only for guests and not the node itself you could just create the bond, then use the bond for the bridge. AFAIU VLAN 1 is usually the one you get untagged from your switch. You can define the VLAN used for the guest in the settings of the NIC. If you need to define more...
  20. N

    [SOLVED] Where is the space in ZFS?

    To avoid that you can configure the storage to not auto create the directory and to mark it as a mountpoint. Not sure though if it can be done via the GUI or needs to be done via the CLI / config file. Best check the docs on storages and what options can be set.