vmbr not working with new format. Only with eth.actually I like the new formart first time I heared from this, but the pro arguments are mutch bigger than the cons^^
Admins need to be forced some times ;-)
vmbr not working with new format. Only with eth.actually I like the new formart first time I heared from this, but the pro arguments are mutch bigger than the cons^^
Admins need to be forced some times ;-)
vmbr not working with new format. Only with eth.
1. You can not import zfs 0.7 to 0.6Someone try to install proxmox 5.1 with this method? Is that work? I have no error but I can't ping my server. And when I boot from rescue with Freebsd I can't import rpool.
On hetzner servers working only 4/5.0. i test it 1 month. And ens not working. Proxmox 5.1 not working too PX61/AX60that's not true at all.. all newly installed 5.x systems by default use the new predictable names, and of course set up a default vmbr..
On hetzner servers working only 4/5.0. i test it 1 month. And ens not working. Proxmox 5.1 not working too PX61/AX60
I use iso (PVE) setup. Not hetzner.then that is an issue with Hetzner's setup, not PVE..
I use iso (PVE) setup. Not hetzner.
1. You can not import zfs 0.7 to 0.6
2. I wrote about not working vmbr with ens. I told about this because tested it. You need change grub line to GRUB_CMDLINE_LINUX="root=ZFS=rpool/ROOT/pve-1 boot=zfs net.ifnames=0 biosdevname=0" and rename network intefaces to eth. Than reboot. And you can ping it, but only in 5.0 ver. 5.1 not working
How to get the ZFS (0.7) mounted in a rescue? Which live cd has ZFS 0.7 build? (to be able to do a qemu with the live cd)
How to get the ZFS (0.7) mounted in a rescue? Which live cd has ZFS 0.7 build? (to be able to do a qemu with the live cd)
Download proxmox iso http://download.proxmox.com/iso/ (5.1)How to get the ZFS (0.7) mounted in a rescue? Which live cd has ZFS 0.7 build? (to be able to do a qemu with the live cd)
setparams 'Rescue Boot'
insmod ext2
set tmproot=$root
insmod zfs
search --no-floppy --label rpool --set root
linux /ROOT/pve-1/@//boot/pve/vmlinuz ro ramdisk_size=16777216 root=ZFS=rpool/ROOT/pve-1 boot=zfs
initrd /ROOT/pve-1/@//boot/pve/initrd.img
boot
set root=$tmproot
GRUB_CMDLINE_LINUX="root=ZFS=rpool/ROOT/pve-1 boot=zfs net.ifnames=0 biosdevname=0"
grub-mkconfig -o /boot/grub/grub.cfg
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.xxx.xxx
netmask xxx.xxx.xxx.xxx
gateway xxx.xxx.xxx.xxx
bridge_ports ens3 eth0 eth1 enp2s0 enp3s0
bridge_stp off
bridge_fd 0
hopefully there are easier ways to achieve this
We use essential cookies to make this site work, and optional cookies to enhance your experience.