Search results

  1. jsterr

    [SOLVED] Issue with Ceph 5/3 configuration and corruption

    No. Ceph pg ls shows all pgs and tells you, if data is correctly put on the right hosts/osds. so the output would be nice with all hosts beeing online.
  2. jsterr

    [SOLVED] Issue with Ceph 5/3 configuration and corruption

    Min-Size 1 is not recommended imo, I personally would go for a 4/2 (you can loose 2 servers at the same time). @d2600hz please also post the output of ceph pg ls
  3. jsterr

    Reasons to Install PVE ontop of Debian Stable?

    Hi there, what are some concrete reasons to install pve ontop of debian stable instead of using the basic installer of proxmox? https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_12_Bookworm One thing might be: Installation on ZFS including LUKS for boot. Does someone have experience...
  4. jsterr

    Does Proxmox plan to support SCSI over FC?

    Can you tell more about using ocfs2 on shared luns and qcow2 and how it works? Like how it is setup?
  5. jsterr

    Directly import ESXi VMs to Proxmox from shared NFS?

    You need to use the .vmdk not the .vmx - have you tried that?
  6. jsterr

    [SOLVED] Automated Load Balancing Features or Recommended Implementations

    I wonder if the author of ProxLB (https://github.com/gyptazy/ProxLB) is trying to get this into upstream pve by talking to the devs via dev-maillinglist? Edit: I did not tryout ProxLB, but it seems people like it.
  7. jsterr

    NVMe over TCP support?

    So you also cant snapshot like in iSCSI?
  8. jsterr

    NVMe over TCP support?

    Hello Community, Does Proxmox VE and Proxmox (subscription wise) support NVMe over TCP Storages? Are there any prerequisites to meet? I dont have any experience in nvme over tcp yet. As far as I know NVMe over TCP requires "nvme-cli" and some manual configuration right? Thanks Jonas
  9. jsterr

    Proxmox in a US Federal environment?

    Is there any information about FIPS 140-2 and PVE and if PVE is compliant to that?
  10. jsterr

    Installing Ceph | Unable to correct problems, you have held broken packages.

    Hello. I made a bugreport for this. This error happens, if you were on squid-no-subscription before, updated the pve host BEFORE installing ceph. This causes the pve-base packages of ceph (librados, ceph-common) etc be upgraded to ceph 19.x (squid). If you then switch back to...
  11. jsterr

    Can't migrate vm with local resources: clipboard = vnc

    Can someone tell why a clipboard is a "local" ressource? Is it something that will be actuall stored on the node in a file? Its really unfortunate that we cant migrate those vms that have clipboard enabled.
  12. jsterr

    [SOLVED] Proxmox VE - Cannot Delete VM..

    What about: rbd -p {pool} ls -l and if theres a image left (at my side there was still a cloud init image for example): rbd -p {pool} rm {image} do you have krbd = 1 (enabled?)
  13. jsterr

    Purchased an AOOSTAR R7 2 Sata bays and 2 nvme bays w/ an AMD Ryzen 7 5825U (8C/16T) - looking to for recommended configurations

    I would go for zfs mirrors, make sure you setup monitoring or at least install zfs-zed after setting up zfs, so you get basic zfs monitoring to @root. Please dont install proxmox on a usb-drive, those will fail very soon, as proxmox is very write intensive on boot-medium.
  14. jsterr

    Installing Kali VM

    Hello the attachment is empty (at least on my side). Please post the error and the config of the vm with qm config VMID
  15. jsterr

    [SOLVED] Proxmox VE - Cannot Delete VM..

    Can you check to try to delete the vm again after the first deletion and post the error here? I had something similiar last week and Im in contact with proxmox. Your logs and insights might help fixing this problem.
  16. jsterr

    Miniforum MS1 - Proxmox 8.2.9 - 10Gbe SFP+ link down

    Try to disable lldp engine: for i in $(lshw -c network -businfo | grep X710 | awk '{print $2}') do ethtool --set-priv-flags $i disable-fw-lldp on done whats the output from: ethtool -m enp2s0f1np1
  17. jsterr

    Proxmox VE 8.3 released!

    Thanks! Already updating, keep up the great work! Thanks for the pre-christmas present!
  18. jsterr

    Unable to view ZFS status in GUI for specific pool

    Done: https://bugzilla.proxmox.com/show_bug.cgi?id=5895 had the same issue on a system today.
  19. jsterr

    Changed installed NVME's and my NIC stopped working; switched the drives back and the NIC came back up??

    Seems like your network cards get new names, because you got a new pcie-device. Can you check if you got new names for your nics when placing the new pcie2nvme card init? If so, try to fix them by mac adress: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#network_override_device_names