Comment 6 for bug 398867

Revision history for this message
Chris Jones (cmsj) wrote :

chris: I applied the patch you suggested, added the following to /etc/eucalyptus/eucalyptus.conf:

root@curium:~# grep VLAN /etc/eucalyptus/eucalyptus.conf
CLUSTER_MIN_VLAN=11
CLUSTER_MAX_VLAN=19

and restarted the cluster/cloud controllers, but it still seems to be starting with a vlan of 10. I'll check over my patching/building again to be sure. Is there a simple logging call I could add in that would confirm it's definitely running the right code?

The file to be changing that in is ./clc/modules/cluster-manager/src/edu/ucsb/eucalyptus/cloud/cluster/ClusterState.java in the ubuntu source package, right?