http://kaven.no/nb/blog/1510/dual-nic-proxmox-ve-40-beta-and-pfsense-22
My only suggestions would be for Pfsense best optimal performance is to pci passthrough the wan and lan eth port. Or use the srv-iov pass vf to Pfsense.
Sent from my Nexus 6 using Tapatalk
i actually have success compile scst on pve and my gold is using srpt... but I believe iscsi is easier than srpt.... I used an order svn version of scst 6187 (current is 66xx) due to later version uses ofed 3.0 whereas intree kernel uses 2.4 only.
Sent from my Nexus 6 using Tapatalk
if you install pve4 on zfs as root fs, you can do live backup with zfs snapshot and then use zfs send/recv or zfssync. It's better and faster than rsync.
To take full advantage of zfs, you really need more RAM. and RAM to zil is 1:1 so your zil should be 32 gb , and RAM to L2arc is 1:2 and if...
Any has clue why my pve4 ovs-bridge vmbr0 is not active?
how to make it active? on ubuntu I know is using virtsh net-define vmbr0.xml to make it active and virsh net-autostart vmbr0 , but how to do it in pve?
root@pve-dol1:~# ovs-vsctl show
7d96264f-ce54-4efd-9137-ea70c221a72d
Bridge...
just a suggestion
mirror
/dev/sda <---2 tb drive
/dev/sdb <---2 tb drive
cache
/dev/sdc1 <--- 150gb out of 300
log
/dev/sdc2 <--- 150gb out of 300
This is because you only have 32 gb of ram and typically cache and log...
zpool add rpool cache /dev/sda3
zpool add rpool cache /dev/sdb3
then your cache will be in a raid0 mode but please make sure both partition are the same size
zpool add rpool log mirror /dev/sda4/ /dev/sdb4
then your log will be in raid1 mode but please make sure both partition are the same...
during the install, you can select ZFS pool type RAID1. and for the SSD using as cache or zil are added later via command line. You can gpt your ssd into different partition sda1 sda2 sda3... example are below
NAME STATE READ WRITE CKSUM...
The same server hardware SuperServer 5028D-TN4T when install on Ubuntu 14.04.3 with kernel to 4.2.3 SR-IOV is successful with Intel X557 but failed on PVE 4.0 with kernel 4.2.2-1-pve, how to fix this issue?
I can enable SR_IOV on for my 10 GBe X557 nic and with successfully pci passthrough...
you can use the command zfs create rpool/[new directory] create a seperate dataset which later you can snapshot/backup with
don't mix it with your ROOT and boot OS dir
try to avoid high point and also marvel controllers...
compiling and patching kernel can be easy on regular ubuntu, but it is very difficult on pve since it's modify/fork from the ubuntu repository already
The logic of the kernel patch is pretty simple, if 1103:0641, exclude from iommu, do not...
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.