Re: Issue with SSVM on KVM on master

2016-08-21 Thread Tutkowski, Mike
I can try that. Thanks, Rajani! > On Aug 22, 2016, at 12:17 AM, Rajani Karuturi wrote: > > Did you build and run it with noredist option? > > I see this CNF error when I forget to run jetty with noredist > option. > > ~ Rajani > http://cloudplatform.accelerite.com/ > > On August 18, 2016 at 7

Re: Issue with SSVM on KVM on master

2016-08-21 Thread Rajani Karuturi
Did you build and run it with noredist option? I see this CNF error when I forget to run jetty with noredist option. ~ Rajani http://cloudplatform.accelerite.com/ On August 18, 2016 at 7:57 PM, Tutkowski, Mike (mike.tutkow...@netapp.com) wrote: Based on the error message of not being able to fin

[GitHub] cloudstack pull request #1639: CLOUDSTACK-9453: WIP : Marvin optimizations a...

2016-08-21 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1639#discussion_r75614226 --- Diff: engine/storage/src/org/apache/cloudstack/storage/datastore/ObjectInDataStoreManagerImpl.java --- @@ -92,6 +92,7 @@ public ObjectInDa

[GitHub] cloudstack pull request #1639: CLOUDSTACK-9453: WIP : Marvin optimizations a...

2016-08-21 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1639#discussion_r75614167 --- Diff: setup/db/db/schema-490to491.sql --- @@ -0,0 +1,4 @@ + +LOCK TABLES `vm_template` WRITE; +INSERT INTO `vm_template` VALUES

[GitHub] cloudstack issue #1645: On snapshot backup, this converts the rbd raw format...

2016-08-21 Thread nathanejohnson
Github user nathanejohnson commented on the issue: https://github.com/apache/cloudstack/pull/1645 The snapshot in primary stays raw anyway, it's only the backup to secondary that gets converted. --- If your project is set up for it, you can reply to this email and have your reply app

[GitHub] cloudstack pull request #1639: CLOUDSTACK-9453: WIP : Marvin optimizations a...

2016-08-21 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1639#discussion_r75611082 --- Diff: tools/marvin/marvin/sshClient.py --- @@ -146,9 +146,8 @@ def createConnection(self): if self.retryCnt == 0 or ret == SUCCE

[GitHub] cloudstack pull request #1639: CLOUDSTACK-9453: WIP : Marvin optimizations a...

2016-08-21 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1639#discussion_r75610946 --- Diff: tools/marvin/marvin/lib/common.py --- @@ -334,13 +335,57 @@ def get_template( return FAILED for template in list_te

[GitHub] cloudstack pull request #1639: CLOUDSTACK-9453: WIP : Marvin optimizations a...

2016-08-21 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1639#discussion_r75610781 --- Diff: engine/storage/src/org/apache/cloudstack/storage/datastore/ObjectInDataStoreManagerImpl.java --- @@ -92,6 +92,7 @@ public ObjectInDataStoreMa

[GitHub] cloudstack pull request #1639: CLOUDSTACK-9453: WIP : Marvin optimizations a...

2016-08-21 Thread jburwell
Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1639#discussion_r75610768 --- Diff: setup/db/db/schema-490to491.sql --- @@ -0,0 +1,4 @@ + +LOCK TABLES `vm_template` WRITE; +INSERT INTO `vm_template` VALUES (13,'macc

[GitHub] cloudstack issue #1639: CLOUDSTACK-9453: WIP : Marvin optimizations and fixe...

2016-08-21 Thread jburwell
Github user jburwell commented on the issue: https://github.com/apache/cloudstack/pull/1639 @abhinandanprateek the Jenkins build failed. Please investigate and fix the error. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as we

[GitHub] cloudstack issue #1645: On snapshot backup, this converts the rbd raw format...

2016-08-21 Thread wido
Github user wido commented on the issue: https://github.com/apache/cloudstack/pull/1645 Are we sure this will work? Since the DB format will probably stay RAW, correct? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If