Re: quick systemvm question

2013-06-07 Thread Wei ZHOU
Marcus, Please have a look at findSystemVMTemplate in VmTemplateDaoImpl.java -Wei 2013/6/7, Marcus Sorensen : > Thanks, I'm looking at it from a different perspective, not a CS > upgrade, but say we have to roll a new systemvm template for an > existing CS version. Say we rolled 4.2, with a new te

Re: quick systemvm question

2013-06-07 Thread Marcus Sorensen
Thanks, I'm looking at it from a different perspective, not a CS upgrade, but say we have to roll a new systemvm template for an existing CS version. Say we rolled 4.2, with a new template, and then two months later we realize that the template is missing dnsmasq or something, and we have to have e

Re: quick systemvm question

2013-06-06 Thread Wei ZHOU
Marcus, (1) cloud-install-sys-tmplt update the template with max(id) select max(id) from cloud.vm_template where type = \"SYSTEM\" and hypervisor_type = \"KVM\" and removed is null"` (2) upgrade process update the template with specified name. in Upgrade410to420.java pstmt = conn.prepareStatemen