Search results

  1. D

    VM I/O Performance with Ceph Storage

    I suspect this won't be needed if you are using proper enterprise SSDs but if not you may need to enable trim I believe it's ceph config set global bdev_enable_discard true But I'm taking that from my very badly written notes on what I did on my test cluster so the command may not be correct...
  2. D

    Recommended SSDs/M.2s for a non critical mini server system

    Some years ago I abused a 500GB Samsung evo 850 consumer SSD as a caching drive in a small server, also using it for tmp storage when writing lxc backups. It's still going after 3yrs of power on hours (it's older than that it spent a while not doing much) and it also spent some time as a games...
  3. D

    Datacenter firewall rules not applied to VM > Host traffic?

    So I have a Proxmox machine in a co-lo with a public range on vmbr0 (It's a single server co-lo so I don't have a router/firewall I control upstream) It's firewalled using the PVE firewall, configured under the datacenter tab and I've confirmed I cannot access the Proxmox UI.etc from an...
  4. D

    Ceph Single Node?

    I have a Ceph cluster on extremely under powered USFF nodes at home to learn/experience ceph (Actually pleasantly surprised with how that's performing). Do you know what the overhead will be. System has 64GB ram at the moment, it may end up with more once it gets here and I see what the memory...
  5. D

    Ceph Single Node?

    Would I be crazy to run Ceph on a single node? configured for OSD level redundancy (instead of host level). Was thinking of using Ceph as I can change the resiliency settings, or replace disks with larger ones and re-balance easier than if it was just a static ZFS. (This is assuming I can put...
  6. D

    Ceph command to enable trim.

    can also be set per OSD Supposedly shouldn't be needed with modern enterprise drives Absolutely needed with crappy consumer drives like the ones found in my homelab ;-)
  7. D

    LAB: Ceph EC

    It seems since yesterday there's been a CEPH update, I just upgraded from 17.2.4 to 17.2.5 and now I seem to be able to write to the EC 2,1 volumes with a OSD offline. Edit: I think it was actually the lack of Trim and the state of some of my SSD's that was the problem and it working after...
  8. D

    LAB: Ceph EC

    So I'm playing around with Ceph in a lab setup on some extremely low-end hardware, and I was testing EC on a 3 node cluster. I had Proxmox installed on USB sticks as originally, I didn't realise the OSD can be a partition rather than the whole disk. I started removing/replacing OSD's so I...
  9. D

    Socket Count?

    For the Paid subscriptions how does the Socket count work, If I had some machines that have a 2S motherboard but only one CPU installed (I.e the 2nd socket is empty) Do I need to license them as 2S systems?
  10. D

    Subscription cost disappointment

    The only one I think is a bit off is the community support level for PBS.
  11. D

    Local disk vs CEPH for clustered applications?

    Wanted to get the community's opinion on local (non-redundant) storage for clustered applications. Essentially what I'm thinking of doing is Raid1/ZFS mirrored SSD for Proxmox itself. CEPH for VM general disks But then I'm wondering for applications where the application is clustered and...
  12. D

    Proxmox in Azure?

    I think I'll just setup a homelab instead, it's probably easier to do it on physical tin.
  13. D

    Proxmox in Azure?

    Has anyone had any luck getting proxmox to run in Azure, as some of the machine types support nested VT. I tried to install it on bullseye but it got as far as installing ifupdown and then dropped the VM off the network. I was hoping to setup a Lab cluster on Azure for playing with Pve-Ceph
  14. D

    Physical hosts backups?

    Setup an API key in proxmox backup server, ideally with just enough permissions needed to do the backup and login with that instead of the root user/pass.
  15. D

    Proxmox Backup Server on VPS - Security

    Works fine, I firewalled it to my servers IP's by fiddling with iptables in the PBS installation. Also used the option to encrypt the data before sending it to the PBS server. just remember to backup the decryption keys somewhere else (perhaps your password manager or some such)
  16. D

    Windows backup?!

    Whilst you'll be missing features like shadow copy and I'm not sure if permissions will be preserved it looks like the Proxmox backup client can run in a WSL2 environment and furthermore it appears at least that providing the Linux user can read them it can backup files from the windows side as...
  17. D

    Legacy ubuntu VM killed by backup?

    Providing there's enough room on the proxmox root partition I might be able to back it up there temporarily. It always used to backup on when the storage wasn't NFS so I'd say that's a good bet. Also the NFS VM has a local raid vdisk passed through to it, I might also try an NFS export pointing...
  18. D

    Community Pricing

    Not really one for here, but as there isn't anywhere else more appropriate that I can find... Is there any scope to review the community pricing, only because these days 2 Socket servers are pretty cheap on the second hand market, but even with 2S you might have less total cores than a modern...
  19. D

    Legacy ubuntu VM killed by backup?

    Any ideas for this one, Essentially I have a VM where doing a backup snapshot kills it. PVE 6.1.5, When doing a snapshot backup of a legacy ubuntu 14.04 VM to a NFS share provided by a centos8 VM onto a VDO volume backed by an ISCSI mount on an RS814 (The Centos VM doing VDO is excluded from...