Search results

  1. C

    After backups run, vm's come back up with read-only filesystems

    # pveversion pve-manager/6.1-3/37248ce6 (running kernel: 5.3.10-1-pve) I can't seem to figure out why this is happening, but every time our backups run, the vm's that were backed up come back up with read-only filesystems and I have to restore form the backup to get them working again. This is...
  2. C

    Primary cluster NIC stopped communicating

    I can't figure out why this is happening. I have 3 servers and all can ping the backend cluster vlan except for the primary The primary - 192.168.29.14 can ping all other nodes on their other vlans: vlan 29 - cluster comms - no ping vlan 28 - works vlan 10 - works As a result, the cluster won't...
  3. C

    One node unable to access NFS share

    Everything has been working until I made some changes on the network, but now I don't know what I messed up :( If I remove the NFS share for all nodes and re-add it, all nodes except one (name is pve5) map it fine. On pve 5, I see this in the logs: Apr 8 15:25:02 pve5 pvestatd[3411]: unable...
  4. C

    [SOLVED] cloudinit userdata runcmd

    I've successfully set up a cloudinit image, but in the GUI, there doesn't seem to be a way to use a `runcmd` to install software after a cloned image boots up. Is there some way to do something like: runcmd: - apt install qemu-guest-agent
  5. C

    [SOLVED] After upgrade from 5.2-5, my server is now named "CloudInit"?

    I can't even imagine what I did wrong, but all I did was `apt get update; apt-get dist-upgrade`. After reboot, the server's name is "CloudInit" and it no longer has `/etc/pve` mounted. Even the hosts file is changed: root@CloudInit [~]: # cat /etc/hosts # Your system has configured...
  6. C

    VLANs not working, but the server itself is

    I have a strange problem that I'm hoping someone can help with. I've set up 3 extra PM servers running under VMWare ESXi to use as HA in case our primary physical server goes down. As a reference for this discussion, the 4 server names are: pve0 = bare metal pve1, 2 and 3: VMWare ESXi The...
  7. C

    VM's won't boot if migrated to another cluster node

    We brought up 3 new servers and created a cluster over the weekend (4 servers total). All of the VM's work fine on the original server, but if I migrate any of them, they won't boot up in the new servers. It just stalls at "Booting from hard disk". All VM disks are located on an NFS share via...
  8. C

    [SOLVED] Rebooting one cluster server causes the 2nd node to reboot?

    I just logged into one of the cluster servers and rebooted it. Immediately after that, the primary server rebooted. What would cause this?
  9. C

    [SOLVED] After upgrade today, "error not a correct xfs inode"

    I updated one of our servers today to pve-manager/4.4-12/e71b7a74 (running kernel: 4.4.40-1-pve) I was in an ssh console and the upgrade dropped my connection after: Setting up corosync-pve (2.4.2-1) ... And at that point, it looks like the server just rebooted on its own and never came back up...
  10. C

    Both servers in HA cluster rebooted for no apparent reason

    Hello, I tried to migrate a VM this morning and BOTH of our pm servers in a two-node HA rebooted without warning or any apparent reason. What can I check to find out why this happened? Server 1: pve-manager/4.3-9/f7c6f0cd (running kernel: 4.4.21-1-pve) Server 2: pve-manager/4.3-9/f7c6f0cd...
  11. C

    Add Hard Disk "Storage Selector" times out

    I am having difficulty when adding a new disk to a vm where the storage selector dropdown is timing out. I assume this is from I/O degradation so the dropdown can't get the list of available NFS or iSCI mounts. But I can't ascertain the cause. The NAS is connected via quad gigabit bond and the...
  12. C

    qm migrate caused server to reboot

    pve-manager/4.2-18/158720b9 (running kernel: 4.4.16-1-pve) This morning I tried (via the gui) to migrate a VM. The task said OK, but the VM did not move. I found this page: https://forum.proxmox.com/threads/vm-is-locked-migrate.9358/ And was having the same trouble (VM would not unlock) So I...
  13. C

    [SOLVED] Unable to SSH between two pve servers

    I am unable to ssh from one server to another all of the sudden. I am the only person with root access on these two servers I can ping the interface I can ssh out to another server I can ssh to each servers loopback I can ssh into each one from another system (the NAS) so I know ssh is actually...
  14. C

    [SOLVED] Latest kernel update hangs

    I am unable to update one of our servers. It's been waiting here for about an hour: Setting up pve-kernel-4.4.13-2-pve (4.4.13-58) ... Examining /etc/kernel/postinst.d. run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.4.13-2-pve /boot/vmlinuz-4.4.13-2-pve run-parts: executing...
  15. C

    [SOLVED] Unable to remove old cluster nodes

    The GUI shows two old servers that are no longer in the cluster, but when I run pvecm nodes, they are not listed: pvecm nodes Membership information ---------------------- Nodeid Votes Name 1 2 bfs (local) How can I get rid of them from the UI?
  16. C

    No VM Networking after upgrade to new release

    The server has networking, everything appears to be ok on the server's side. But none of our VMs are getting DHCP assignments after the upgrade to v4.2 pveversion -v proxmox-ve: 4.2-48 (running kernel: 4.4.6-1-pve) pve-manager: 4.2-2 (running version: 4.2-2/725d76f0) pve-kernel-4.4.6-1-pve...
  17. C

    USB Storage detected but no fdisk

    I'm having difficulty getting pve enterprise (4.2.2.1) to recognize a usb disk. [Mon Oct 26 17:06:33 2015] usb 3-2: new high-speed USB device number 8 using xhci_hcd [Mon Oct 26 17:06:33 2015] usb 3-2: New USB device found, idVendor=152d, idProduct=3562 [Mon Oct 26 17:06:33 2015] usb 3-2: New...
  18. C

    How can I compile kernel modules in pve 4.2.2.1 enterprise?

    I have two drivers I need to compile support for. An iodrive2 and an external raid array which uses rocketraid (rr62x) When I try to compile for the external raid array, I get: ~#make install grep: /lib/modules/4.2.2-1-pve/build/include/linux/version.h: No such file or directory expr: syntax...
  19. C

    Fusion IODrive2 support

    I'm trying to compile the FusionIO drivers based on these instructions: https://www.thomas-krenn.com/en/wiki/Fusion-io_ioDrive_use_with_Debian But when I try to run dpkg-buildpackage, I get the following error: CC [M] /root/iodrive2/iomemory-vsl-3.2.11.1581/driver_source/kscatter.o...
  20. C

    PVE4 very slow network on new install

    All 3 of our servers' network bandwidth are dreadfully slow. I just installed a new server (no VM's or anything) and only getting 2mbps download (we have a 60Mbps internet connection) ~# speedtest-cli Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!