Search results

  1. A

    Best architecture for running 50+ VDSs each with its own Proxmox VE on a large Dedicated Server (2 TB RAM)

    you use the word "need" in a context I dont understand. This isn't a rational product offering as far as I can tell.
  2. A

    Best architecture for running 50+ VDSs each with its own Proxmox VE on a large Dedicated Server (2 TB RAM)

    You dont. I dont understand the use case enough to comment on the wisdom of the solution; please explain what you mean by VDS, and why you want proxmox inside them.
  3. A

    Best architecture for running 50+ VDSs each with its own Proxmox VE on a large Dedicated Server (2 TB RAM)

    no. There is almost NEVER a use case for nested hypervisors except for development/lab use. Even if we assume there are no cpu/ram performance degradation that occurs with modern VT extensions (hint: there are) the consequences of cascading memory space governors and another level of write...
  4. A

    Best architecture for running 50+ VDSs each with its own Proxmox VE on a large Dedicated Server (2 TB RAM)

    mapping individual disks to vms is almost never the correct approach. You can and should present a dedicated vdisk on a highly performant, highly available storage option instead of bifurcating it and offering neither. Beyond performance, having a modern CoWFS under the vdisks provides fault...
  5. A

    [SOLVED] Streched unbalanced cluster

    The number of nodes isnt the issue; understand that since all data is replicated between site a and site b, you can only use the capacity of the smaller side no matter what you do- there is no benefit to having more OSD space on one side.
  6. A

    ZFS storage is very full, we would like to increase the space but...

    Your raid controller is most likely an LSI 9x00 based card. you can import a raid volume from virtually any LSI to any LSI RAID controller, and they are cheap and plentiful. This isnt much of a concern and can be treated as any consumable. If you want certainty, post the model of your raid...
  7. A

    SSD wear with ZFS compared to BTRFS

    This isnt actually true. ZFS is quite good at managing its metaslabs, and allows you to set per zvol/child fs record size. Where write amplification is a problem is when using parity raid (raidz) because trying to align written blocksize to data blocksize is difficult. btrfs isnt subject to this...
  8. A

    Installing Proxmox VE 9.x on Debian with full disk LUKS (manual install)

    manually unlocking is what keeps this a non production ready setup. if you're serious, consider tang/clevis or other auto-unlocking mechanisms. manual intervention should only be necessary for disaster recovery.
  9. A

    VMWare to Proxmox Conversion Help - Dell PowerVault ME5224 Integration / Shared Storage Questions

    Veeam doesnt work the same way on PVE as it does on vmware, so you DONT actually need snapshot support for functionality- nor does veeam even use hardware snapshots if available. I was really excited when veeam started quietly testing pve support, but was underwhelmed by the actual...
  10. A

    Maximum CPU sockets

    Please share benchmarks. Until then, I am guessing that you eventually got the vm to address the socket housing the PCI link to the NIC. generally speaking, adding sockets does no harm AT BEST- and usually slows down the machine by introducing 100s to 1000s of unnecessary cycles for DMA...
  11. A

    how P2V in Proxmox ?

    and my reply was to @AceBandge who asked OPs question has already been answered afaict. if its not clear- use clonezilla. in the list of priorities for the devs to follow I'd much rather them add useful features or squash bugs then add a tool for a solution that already exists.
  12. A

    Ceph 20.2 Tentacle Release Available as test preview and Ceph 18.2 Reef soon to be fully EOL

    hmm. in that case, have you tried following the suggestion? (using --force)
  13. A

    Backup: error fetching datastores - 500 Can't connect to 192.29.72.4:8007 (Connection timed out) (500)

    since you're able to access the webui, the issue is almost certainly incorrect thumbprint. delete and recreate the pbs datastore. One other thing- 192.29.72.4 is a real IP address. if you are using this subnet privately- dont. the allowed subnets for private use are within 192.168.0.0./16
  14. A

    how P2V in Proxmox ?

    Way ahead of you: https://www.proxmox.com/en/services/training-courses/videos/proxmox-virtual-environment/proxmox-ve-import-wizard-for-vmware
  15. A

    Ceph 20.2 Tentacle Release Available as test preview and Ceph 18.2 Reef soon to be fully EOL

    how many mgr daemons do you have? are they running different versions of ceph? You only need one mgr daemon. and make sure its on the same version as your monitors.
  16. A

    proxmox 8 - how migrate vm without shared storage ?

    I suppose the real question is- why are you migrating a VM from your "production" group members to the "backup" group? if its for backup, you can and should use PBS for the purpose. If you were interested in actually running that workload on a member of the backup group, there is nothing...
  17. A

    proxmox 8 - how migrate vm without shared storage ?

    Yeah I get you, but he has "MD3200" luns to all 5 nodes. if he's not mapping some to all WWNs thats by choice, not by limitation. I suppose those could be different physical devices.
  18. A

    proxmox 8 - how migrate vm without shared storage ?

    his provided storage.cfg says otherwise :)
  19. A

    proxmox 8 - how migrate vm without shared storage ?

    When you migrate from pve2 to 6, you will need to specify store on the destination- but why do you limit node access when all 5 nodes can see the storage?