This would mean some pretty interesting upgrade steps for folks. This would 
have to be thoroughly tested before bringing this into a release I think.

+1 on postponing this to 4.4

Cheers,

Hugo

Sent from my iPhone

> On 16 jan. 2014, at 18:41, David Nalley <da...@gnsa.us> wrote:
> 
> Why are we now changing the systemVM to 64 bit?? We are well past
> feature freeze, past even RC-generation on the schedule.
> 
> Is there a reason this shouldn't be reverted?
> 
> --David
> 
>> On Wed, Jan 15, 2014 at 6:45 PM,  <edi...@apache.org> wrote:
>> Updated Branches:
>>  refs/heads/4.3 4ccc74e76 -> f562579e2
>> 
>> 
>> update xen/kvm system vm template download url, and update the os type to 
>> 64bit
>> 
>> 
>> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
>> Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f562579e
>> Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f562579e
>> Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f562579e
>> 
>> Branch: refs/heads/4.3
>> Commit: f562579e282fc1a37e7c81a0f090ca82ed22eda6
>> Parents: 4ccc74e
>> Author: edison <sudi...@gmail.com>
>> Authored: Wed Jan 15 15:44:36 2014 -0800
>> Committer: edison <sudi...@gmail.com>
>> Committed: Wed Jan 15 15:44:36 2014 -0800
>> 
>> ----------------------------------------------------------------------
>> setup/db/templates.sql | 8 ++++----
>> 1 file changed, 4 insertions(+), 4 deletions(-)
>> ----------------------------------------------------------------------
>> 
>> 
>> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f562579e/setup/db/templates.sql
>> ----------------------------------------------------------------------
>> diff --git a/setup/db/templates.sql b/setup/db/templates.sql
>> index 20180f5..9a55c72 100755
>> --- a/setup/db/templates.sql
>> +++ b/setup/db/templates.sql
>> @@ -16,19 +16,19 @@
>> -- under the License.
>> 
>> INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, 
>> created, type, hvm, bits, account_id, url, checksum, enable_password, 
>> display_text, format, guest_os_id, featured, cross_zones, hypervisor_type)
>> -    VALUES (1, UUID(), 'routing-1', 'SystemVM Template (XenServer)', 0, 
>> now(), 'SYSTEM', 0, 32, 1, 
>> 'http://download.cloud.com/templates/4.2/systemvmtemplate-2013-07-12-master-xen.vhd.bz2',
>>  '74b92f031cc5c2089ee89efb81344dcf', 0, 'SystemVM Template (XenServer)', 
>> 'VHD', 183, 0, 1, 'XenServer' );
>> +    VALUES (1, UUID(), 'routing-1', 'SystemVM Template (XenServer)', 0, 
>> now(), 'SYSTEM', 0, 64, 1, 
>> 'http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-xen.vhd.bz2',
>>  '74b92f031cc5c2089ee89efb81344dcf', 0, 'SystemVM Template (XenServer)', 
>> 'VHD', 183, 0, 1, 'XenServer' );
>> 
>> INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, 
>> created, removed, type, hvm, bits, account_id, url, checksum, 
>> enable_password, display_text,  format, guest_os_id, featured, cross_zones, 
>> hypervisor_type, extractable)
>>     VALUES (2, UUID(), 'centos53-x86_64', 'CentOS 5.3(64-bit) no GUI 
>> (XenServer)', 1, now(), now(), 'BUILTIN', 0, 64, 1, 
>> 'http://download.cloud.com/templates/builtin/f59f18fb-ae94-4f97-afd2-f84755767aca.vhd.bz2',
>>  'b63d854a9560c013142567bbae8d98cf', 0, 'CentOS 5.3(64-bit) no GUI 
>> (XenServer)', 'VHD', 12, 1, 1, 'XenServer', 1);
>> 
>> INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, 
>> created, type, hvm, bits, account_id, url, checksum, enable_password, 
>> display_text, format, guest_os_id, featured, cross_zones, hypervisor_type)
>> -    VALUES (3, UUID(), 'routing-3', 'SystemVM Template (KVM)', 0, now(), 
>> 'SYSTEM', 0, 64, 1, 
>> 'http://download.cloud.com/templates/4.2/systemvmtemplate-2013-06-12-master-kvm.qcow2.bz2',
>>  '6cea42b2633841648040becb588bd8f0', 0, 'SystemVM Template (KVM)', 'QCOW2', 
>> 15, 0, 1, 'KVM' );
>> +    VALUES (3, UUID(), 'routing-3', 'SystemVM Template (KVM)', 0, now(), 
>> 'SYSTEM', 0, 64, 1, 
>> 'http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-kvm.qcow2.bz2',
>>  '6cea42b2633841648040becb588bd8f0', 0, 'SystemVM Template (KVM)', 'QCOW2', 
>> 15, 0, 1, 'KVM' );
>> 
>> INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, 
>> created, type, hvm, bits, account_id, url, checksum, display_text, 
>> enable_password, format, guest_os_id, featured, cross_zones, 
>> hypervisor_type, extractable)
>>     VALUES (4, UUID(), 'centos55-x86_64', 'CentOS 5.5(64-bit) no GUI (KVM)', 
>> 1, now(), 'BUILTIN', 0, 64, 1, 
>> 'http://download.cloud.com/releases/2.2.0/eec2209b-9875-3c8d-92be-c001bd8a0faf.qcow2.bz2',
>>  'ed0e788280ff2912ea40f7f91ca7a249', 'CentOS 5.5(64-bit) no GUI (KVM)', 0, 
>> 'QCOW2', 112, 1, 1, 'KVM', 1);
>> 
>> INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, 
>> created, type, hvm, bits, account_id, url, checksum, enable_password, 
>> display_text,  format, guest_os_id, featured, cross_zones, hypervisor_type, 
>> extractable)
>> -    VALUES (5, UUID(), 'centos56-x86_64-xen', 'CentOS 5.6(64-bit) no GUI 
>> (XenServer)', 1, now(), 'BUILTIN', 0, 64, 1, 
>> 'http://download.cloud.com/templates/builtin/centos56-x86_64.vhd.bz2', 
>> '905cec879afd9c9d22ecc8036131a180', 0, 'CentOS 5.6(64-bit) no GUI 
>> (XenServer)', 'VHD', 142, 1, 1, 'XenServer', 1);
>> +    VALUES (5, UUID(), 'centos56-x86_64-xen', 'CentOS 5.6(64-bit) no GUI 
>> (XenServer)', 1, now(), 'BUILTIN', 0, 64, 1, 
>> 'http://download.cloud.com/templates/4.3/systemvm64template-2014-01-14-master-xen.vhd.bz2',
>>  '905cec879afd9c9d22ecc8036131a180', 0, 'CentOS 5.6(64-bit) no GUI 
>> (XenServer)', 'VHD', 142, 1, 1, 'XenServer', 1);
>> 
>> INSERT INTO `cloud`.`vm_template` (id, uuid, unique_name, name, public, 
>> created, type, hvm, bits, account_id, url, checksum, enable_password, 
>> display_text,  format, guest_os_id, featured, cross_zones, hypervisor_type, 
>> extractable)
>>     VALUES (7, UUID(), 'centos53-x64', 'CentOS 5.3(64-bit) no GUI 
>> (vSphere)', 1, now(), 'BUILTIN', 0, 64, 1, 
>> 'http://download.cloud.com/releases/2.2.0/CentOS5.3-x86_64.ova', 
>> 'f6f881b7f2292948d8494db837fe0f47', 0, 'CentOS 5.3(64-bit) no GUI 
>> (vSphere)', 'OVA', 12, 1, 1, 'VMware', 1);
>> @@ -68,7 +68,7 @@ INSERT INTO `cloud`.`guest_os` (id, uuid, category_id, 
>> display_name) VALUES (11,
>> INSERT INTO `cloud`.`guest_os` (id, uuid, category_id, display_name) VALUES 
>> (12, UUID(), 1, 'CentOS 5.3 (64-bit)');
>> INSERT INTO `cloud`.`guest_os` (id, uuid, category_id, display_name) VALUES 
>> (13, UUID(), 1, 'CentOS 5.4 (32-bit)');
>> INSERT INTO `cloud`.`guest_os` (id, uuid, category_id, display_name) VALUES 
>> (14, UUID(), 1, 'CentOS 5.4 (64-bit)');
>> -INSERT INTO `cloud`.`guest_os` (id, uuid, category_id, display_name) VALUES 
>> (15, UUID(), 2, 'Debian GNU/Linux 5.0 (32-bit)');
>> +INSERT INTO `cloud`.`guest_os` (id, uuid, category_id, display_name) VALUES 
>> (15, UUID(), 2, 'Debian GNU/Linux 5.0 (64-bit)');
>> INSERT INTO `cloud`.`guest_os` (id, uuid, category_id, display_name) VALUES 
>> (16, UUID(), 3, 'Oracle Enterprise Linux 5.0 (32-bit)');
>> INSERT INTO `cloud`.`guest_os` (id, uuid, category_id, display_name) VALUES 
>> (17, UUID(), 3, 'Oracle Enterprise Linux 5.0 (64-bit)');
>> INSERT INTO `cloud`.`guest_os` (id, uuid, category_id, display_name) VALUES 
>> (18, UUID(), 3, 'Oracle Enterprise Linux 5.1 (32-bit)');
>> 

Reply via email to