Search results

  1. J

    New node not connecting to cluster

    I just tried this again, new server name, new IP address. It gets a little further, but it still does not work. May 24 23:39:22 node1 pveproxy[7290]: '/etc/pve/nodes/node5/pve-ssl.pem' does not exist! Is there a way I can generate or copy over these files? I haven't found them yet on node5, so...
  2. J

    New node not connecting to cluster

    Good questions - thank you. So, nodes can ping each other by name, except for node4 - which doesn't make a lot of sense to me since they're all on the same network (and plugged into the same switch) and i can ping them all from my desktop on the same network. ping by IP works (sanity check)...
  3. J

    New node not connecting to cluster

    Hello, I'm trying to figure out why my new node is not connecting to my existing cluster. PVE version is the same (6.4-1) on node1: cat /etc/pve/.members { "nodename": "node1", "version": 7, "cluster": { "name": "datacenter", "version": 28, "nodes": 4, "quorate": 1 }, "nodelist": { "node4"...
  4. J

    [SOLVED] VMs won't boot after CPU upgrade

    Bingo - that did it! I thought maybe it was because the CPU is newer than the OS version I was running. Thank you!
  5. J

    [SOLVED] VMs won't boot after CPU upgrade

    Hello! Last night I upgraded the CPU in one of my servers. From Ryzen 3600 to Ryzen 5900 and now my VMs won't boot. Along with this, I had to update the board BIOS to support the new CPU. The 5900 CPU seems to have enabled a few new options in the BIOS, but I mostly left settings as default...
  6. J

    Can't create 9 TB virtual hard drive on 11 TB zfs pool - out of space?

    Confirmed - I tried to create a 3TB volume on a RAIDZ2 pool consisting of 6x 1TB SSDs. There was plenty of available space. I got the same error as above. However, if i create a RAID10 pool like above, i can create a 2TB volume on the pool made of the same disks.
  7. J

    3 Node cluster "permission denied - invalid PVE ticket (401)"

    @skywyw which node(s) should i run these commands on? i have a 4 node cluster and 1 is giving me the "permission denied - invalid PVE ticket (401)" error. and do i remove pve-ssl.pem & pve-ssl.key for just the one that's having trouble or all nodes?
  8. J

    ZFS boot stuck at (initramfs), no root device specified

    similar to @Natureshadow and @victorhooi, dual boot was the issue. i'm on an AMD system so it was slightly different. i just had to turn off "CSM" in the BIOS and reinstall. booted right up after that.
  9. J

    strange node network and storage behavior, overnight scheduled process?

    Might be better to go with unRAID or FreeNAS for this use case.
  10. J

    PCIe Passthrough

    I'm currently using a proxmox node as NAS, but I set up ZFS RAID, with cache, in proxmox and then mounted that array in a turnkey file server container to share on the network. works really well. Probably a lot less hassle than doing PCIe passthrough. You get the full capacity of the underlying...
  11. J

    strange node network and storage behavior, overnight scheduled process?

    I have a new node for my cluster I'm testing out. The goal is for it to be mainly for backup/storage of everything. Specs: Motherboard Asrock X570M Pro4 with Ryzen 3400G (onboard graphics) LSI 9211-8i with 8x 5TB 2.5" Seagates (in x16 PCIe slot) 2x WD 500GB NVME drives (cache for ZFS) 2x 1TB...
  12. J

    ZFS problem with LSI Broadcom SAS 9300-8i

    Hello! I'm having some issues with my new ZFS pool that I can't quite figure out. I have a LSI Broadcom SAS 9300-8i with 4x 5TB 2.5" SATA drives hooked up to each SAS port, for a total of 8x 5TB drives. For cache, I have 4x 1TB SSDs plugged into the motherboard. pool: tatooine state...
  13. J

    Proxmox VE 6.0 - Intel Hades Canyon i7HNK

    @Qasher did you get this working?
  14. J

    Problem with corosync and/or multicast?

    Might be resolved now. Seems to be working fine anyway - I moved the switch and enabled IGMP snooping, that might have done it as that's enabled on the rest of the network. Everything else is pretty much the same.
  15. J

    Problem with corosync and/or multicast?

    this is good to know! thanks for the response! any idea what settings i should check for? i'm using the 4 port 10gbit switch/router with sfp+ to rj45 connectors. if i plug 1 node into the device, everything is ok. if i plug 2 nodes into the device, they stop communicating with each other and...
  16. J

    Problem with corosync and/or multicast?

    yes the issue is the switch, but it's with proxmox communication - i'm not even sure what to ask. if the nodes don't reliably communicate, is it a problem with corosync?
  17. J

    Problem with corosync and/or multicast?

    got it. yeah i would agree that the problem is the MikroTik switch - any idea what I should look into to fix it? edit: here's the switch documentation. https://wiki.mikrotik.com/wiki/SwOS/CRS3xx#System i turned on IGMP snooping, no idea if that will help though. will try again this evening.
  18. J

    Problem with corosync and/or multicast?

    Problem: When I connect multiple nodes to my MikroTik CRS305-1G-4S+IN switch, the nodes stop communicating reliably. The MikroTik switch can actually be a router or switch - there are two embedded OSes (RouterOS and SwitchOS) I've tried both, but am currently using SwitchOS. I have 4 Proxmox 6...