I currently have shared storage on a omnios ZFS appliance via NFS. This uses a 10gb enet interface. I have a second host in the cluster which is normally off (it is a smaller, older host.) Literally only used to migrate guests to while doing maintenance on the primary host. Currently I need to have a noisy 10gb switch to allow both hosts to be plugged in. I am thinking of moving the storage to iSCSI instead. What I would like to do is have the primary host connect to the iSCSI server using 192.168.2.0/24 (the 10gb subnet) and have the secondary host host connect via 10.0.0.0/24 (the regular 1gb subnet.) I was doing something like this when I was using vsphere, and it worked fine then. I'm not real knowledgeable about iSCSI in linux, is this something that would work? Thanks!