Just upgraded a 3 node cluster to PVE 6.0 last night. I followed the excellent upgrade docs for PVE and Ceph Nautilus upgrades. Before the upgrade from 5.4 I had three ceph monitors called 'a', 'b', 'c'. Mon-a is on host pve01; Mon-b is on host pve02; Mon-c is on host pve03. After the upgrade...
Just upgraded a 3 node cluster to PVE 6.0 last night. I followed the excellent upgrade docs for PVE and Ceph Nautilus upgrades. I added a new OSD using a new hard drive. I initialized the Disk with GPT and the the disk appeared to have a GPT partition table per the "Disks" menu of the web GUI...
Did you enable and start the new monitors via systemd?
# systemctl stop ceph-mon@<old-mon-id>
# systemctl disable ceph-mon@<old-mon-id>
# systemctl restart ceph-mon@<new-mon-id>
# systemctl enable ceph-mon@<new-mon-id>
You'd need to do this on each machine that hosts a monitor. Also note that...
Have you tried to simply restart the Ceph Manager?
# systemctl restart ceph-mgr@prox01a
I am in a similar situation where I started with Ceph using the same network for public and cluster. Now, I want to change the public network, but I'm not completely clear how to get that accomplished. The...
Marking this "solved." The list extent error was solved by the author of the patches. The
uninitialized value $type in string eq at /usr/share/perl5/PVE/QemuServer.pm line 2026 now has a bug report filed. Thanks.
I worked around my issue by giving Proxmox (pve) an IPv4 address in the same subnet as my FreeNAS machine. Here is my working /etc/network/interfaces:
auto lo
iface lo inet loopback
iface enp3s0 inet manual
#Realtek RTL8111GR
iface enp1s0 inet manual
#Mellanox ConnectX-3
iface enp1s0.10 inet...
Today I created two new Linux VM's on my FreeNAS storage. One is EFI based and the other is BIOS based. The good news is that the VM's boot and seems to be working as expected. However, when starting the VM's from the command line, I can see the following "list_extent" ZFS error...
I recently patched my Proxmox 5.3 with the FreeNAS iSCSI API. I can now use the FreeNAS as storage. However, when I try to clone an existing EFI Linux VM onto the FreeNAS storage, I am seeing a ZFS error (unrecognized command 'list_extent'):
As you can see, the command completes and the zvol's...
Thank you @raku for clarifing that for me. So starting fresh with this, here's what I've learned for anyone who may need to know. I hope it can be helpful:
1.) Get the FreeNAS patches and apply them per the instructions in the README.md.
2.) On FreeNAS 11.1, insure that your GUI is listening on...
Hi raku. Thanks for your response. Here's what I get in syslog when creating a new VM on the freenas-storage:
Dec 11 09:22:02 pve systemd[1]: Started Proxmox VE replication runner.
Dec 11 09:22:08 pve pvedaemon[2185]: <root@pam> starting task...
I'm having trouble utilizing any storage on my FreeNAS 11.1 box. I am unable to create or migrate/move any VM to the new ZFS-over-iSCSI disk I created. This is what I have done:
Setup a 250 GiB zvol in the FreeNAS GUI
Got the Proxmox-FreeNAS SSH key setup
Setup the ZFS-over-iSCSI in the Proxmox...
I use VLANs to isolate networks. i.e. I don't want my IoT devices to communicate with other computers on my network; I don't want my kid's computers to be able to get to mine; I don't want "guest" devices to be able to browse my network; I want to keep traffic from my multimedia computers or...
Thank you for this. I'm trying to figure out how I accomplish using my Proxmox host (pve) to route itself and guests directly to FreeNAS without the USG sitting in the middle. Looking at the networking wiki page, do I just use the "Routed Configuration?" As I said, I'm not a networking guru and...
Thank you for the reply.
If I change the netmask to /16 (255.255.0.0) I lose connectivity to pve (if I change it there) or any of the guests (if I change it on them).
Hi! I’m trying to take advantage of a 10G Mellanox ConnectX-3 EN (running the most recent firmware version, 2.42.5000) installed in my Proxmox (5.2) to utilize the full 10G bandwidth between Proxmox and a seperate FreeNAS (11.1) box and I’m running into trouble. My Proxmox host (pve) is on an...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.