Editing Xen Rate

Enabling network rate limiting in Xen via Cloudmin changed the server .cfg file from:

vif = [ 'ip=10.0.1.1,mac=00:16:3e:EC:B3:8B' ]

to

vif = [ 'ip=10.0.1.1,mac=00:16:3e:EC:B3:8B rate=10Mb/s' ]

Made VM unbootable until I realized the script forgot to insert a comma before the word rate.

Status: 
Closed (fixed)

Comments

Thanks for finding this .. I'll fix that up.

Automatically closed -- issue fixed for 2 weeks with no activity.