You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2015/10/28 12:04:47 UTC

[1/2] git commit: updated refs/heads/master to 88dd300

Repository: cloudstack
Updated Branches:
  refs/heads/master f8e40ad43 -> 88dd3009d


CLOUDSTACK-8992 Allow 32 disks to be attached to a KVM VM.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/239227cc
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/239227cc
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/239227cc

Branch: refs/heads/master
Commit: 239227cceb99fb8c57f6ba9318c8f5944d2ab1d2
Parents: f241455
Author: Boris Schrijver <bo...@pcextreme.nl>
Authored: Mon Oct 26 14:47:11 2015 +0100
Committer: Boris Schrijver <bo...@pcextreme.nl>
Committed: Mon Oct 26 14:47:11 2015 +0100

----------------------------------------------------------------------
 setup/db/db/schema-452to460.sql | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/239227cc/setup/db/db/schema-452to460.sql
----------------------------------------------------------------------
diff --git a/setup/db/db/schema-452to460.sql b/setup/db/db/schema-452to460.sql
index af16849..22aa76e 100644
--- a/setup/db/db/schema-452to460.sql
+++ b/setup/db/db/schema-452to460.sql
@@ -418,3 +418,5 @@ CREATE TABLE `cloud`.`ldap_trust_map` (
 
 INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),'KVM', 'default', 'Red Hat Enterprise Linux 7', 245, utc_timestamp(), 0);
 INSERT IGNORE INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),'KVM', 'default', 'CentOS 7', 246, utc_timestamp(), 0);
+
+UPDATE  `cloud`.`hypervisor_capabilities` SET  `max_data_volumes_limit` =  '32' WHERE  `hypervisor_capabilities`.`hypervisor_type` =  'KVM';


[2/2] git commit: updated refs/heads/master to 88dd300

Posted by re...@apache.org.
Merge pull request #980 from borisroman/CLOUDSTACK-8992

[4.6] CLOUDSTACK-8992 Allow 32 disks to be attached to a KVM VM.Tested manually.

Added 32 disks to a VM, booted the VM, formatted all disks and mounted them all. Also created volume group and wrote all disks full. Also checked UI for glitches, which weren't present.

![2015-10-26-140843_423x583_scrot](https://cloud.githubusercontent.com/assets/5996146/10730545/ee9ae862-7bf0-11e5-94c1-f43341a84d2b.png)
![2015-10-26-140930_505x320_scrot](https://cloud.githubusercontent.com/assets/5996146/10730552/fd20887e-7bf0-11e5-9351-fbe38289b7f0.png)
![2015-10-26-140950_645x122_scrot](https://cloud.githubusercontent.com/assets/5996146/10730554/fe7aad94-7bf0-11e5-8546-d4b6f8279f3d.png)
![screenshot from 2015-10-26 14 52 35](https://cloud.githubusercontent.com/assets/5996146/10730591/378ebe7c-7bf1-11e5-90b8-8ce3f395279e.png)

* pr/980:
  CLOUDSTACK-8992 Allow 32 disks to be attached to a KVM VM.

Signed-off-by: Remi Bergsma <gi...@remi.nl>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/88dd3009
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/88dd3009
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/88dd3009

Branch: refs/heads/master
Commit: 88dd3009d8dfb77018dd0d8f3c6065a4a2f1bb3a
Parents: f8e40ad 239227c
Author: Remi Bergsma <gi...@remi.nl>
Authored: Wed Oct 28 12:04:04 2015 +0100
Committer: Remi Bergsma <gi...@remi.nl>
Committed: Wed Oct 28 12:04:04 2015 +0100

----------------------------------------------------------------------
 setup/db/db/schema-452to460.sql | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------