[ovirt-users] NFS firewall rule

2016-03-19 Thread Bill James
How do I make it that when ever I add or reinstall a hardware node that oVirt creates a rule for NFS, port 2049? I have to either add it manually after ovirt removes it, or just tell ovirt not to touch firewall rules. Our ISO domain is not hosted by the ovirt-engine, fyi. ovirt-engine-3.6.3.

Re: [ovirt-users] NFS firewall rule

2016-03-19 Thread Yedidyah Bar David
On Fri, Mar 18, 2016 at 2:03 AM, Bill James wrote: > How do I make it that when ever I add or reinstall a hardware node that > oVirt creates a rule for NFS, port 2049? Search for 'IPTablesConfigSiteCustom'. Best, > > I have to either add it manually after ovirt removes it, or just tell ovirt >

Re: [ovirt-users] NFS firewall rule

2016-03-22 Thread Bill James
I thought NFS was pretty standard in use on ovirt systems. Why does it take a custom setup to enable NFS in firewall rule? https://bugzilla.redhat.com/show_bug.cgi?id=513 added: engine-config --set IPTablesConfigSiteCustom="-A INPUT -p tcp -m multiport --dports 2049 -j ACCEPT" Thanks.

Re: [ovirt-users] NFS firewall rule

2016-03-22 Thread Yedidyah Bar David
On Tue, Mar 22, 2016 at 6:12 PM, Bill James wrote: > I thought NFS was pretty standard in use on ovirt systems. I guess it's very common on hosts as a client, not sure about server. I guess most setups use separate machines to host VMs and for storage. > Why does it take > a custom setup to enab