Cloudmin no longer adds the "extra=" parameter to Xen config files

Hi,

Awhile back I opened a feature enhancement to have Cloudmin provide a way to specify "Default additional configuration file entries" for Xen instances.

After upgrading to Cloudmin 4.2 these entries are no longer being used. As you can see by the screen shot attached the entries are there in the new instance dialog, but they are not added to the config file as can be seen here:

testing:~# cat /proc/cmdline
root=/dev/sda1 ro

It should look like:

(#1:1u:0s) evan@fatbox[/home/evan]: cat /proc/cmdline
root=/dev/sda1 ro xencons=tty console=tty1 clocksource=jiffies
Status: 
Closed (fixed)

Comments

Ok, I see why this happens .. the "extra" parameter gets overridden in some cases when the kernel options are being setup. I will fix this in the 4.3 Cloudmin release.

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