[GitHub] [cloudstack-documentation] nvazquez merged pull request #244: Adding a note for fixing pvlan issues

2021-09-29 Thread GitBox


nvazquez merged pull request #244:
URL: https://github.com/apache/cloudstack-documentation/pull/244


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




HA behaviour with Cloudstack / XCP-NG

2021-09-29 Thread Florian Noel
Hi everyone,

We are using Cloudstack 4.15.1 with a cluster of hypervisors XCP 8.2
We are testing High Availability.

I have read that XCP (Xenserver) is responsible to elect a new pool master if 
the pool master fails.
And Cloudstack is responsible to restart virtual machines if a hypervisor fails.

We have virtual machines with compute offering inclued HA capability and 
virtual routers on the pool master.
If we disconnect the management cable from the pool master, HA-XCP electes a 
new pool master, the old pool master restarts.
This is expected behaviour.


However, Cloudstack never launches the virtual machines and the virtual routers 
on our other nodes XCP that were on the pool master.
Is this the expected behaviour ? We would have liked Cloudstack to be able to 
launch the VMs on the other nodes.
I'm not sure Cloudstack knows the pool master have changed. Why ? How can I 
solve this ?


We have also tested disconnect storage cables from the pool master and in this 
case, Cloudstack is able to launch virtual machines and virtual routers on our 
other nodes of the cluster after few minutes.

Thanks for your help.

Best regards.

Florian


[Logo Web et 
Solutions]

[Facebook]

[Twitter]

[LinkedIn]

[Youtube]

Florian Noel

Administrateur Systèmes Et Réseaux

[https://storage.letsignit.com/icons/designer/v2/phone-1.png] 02 35 78 11 90

705 Avenue Isaac Newton

76800 Saint-Etienne-Du-Rouvray

[Payneo]





[GitHub] [cloudstack-go] Pearl1594 opened a new pull request #9: Modify (auto)generate code to handle API parameter type changes - 4.15.2

2021-09-29 Thread GitBox


Pearl1594 opened a new pull request #9:
URL: https://github.com/apache/cloudstack-go/pull/9


   Modified - generate.go & layout.go
   Remaining changes were made by running:
   ` ./generate -api listApis.json `
   
   Tested these changes by running a sample application to perform operations 
like listHosts, prepareHostForMaintenance, CancelHostForMaintenance,  etc..


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-go] rhtyd commented on pull request #9: Modify (auto)generate code to handle API parameter type changes - 4.15.2

2021-09-29 Thread GitBox


rhtyd commented on pull request #9:
URL: https://github.com/apache/cloudstack-go/pull/9#issuecomment-930362223


   Thanks @Pearl1594 I'll review and test it tomorrow 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-go] rhtyd commented on pull request #9: Modify (auto)generate code to handle API parameter type changes - 4.15.2

2021-09-29 Thread GitBox


rhtyd commented on pull request #9:
URL: https://github.com/apache/cloudstack-go/pull/9#issuecomment-930362702


   Does this PR also address https://github.com/apache/cloudstack-go/issues/8? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] nvazquez merged pull request #244: Adding a note for fixing pvlan issues

2021-09-29 Thread GitBox


nvazquez merged pull request #244:
URL: https://github.com/apache/cloudstack-documentation/pull/244


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-go] rhtyd commented on pull request #9: Modify (auto)generate code to handle API parameter type changes - 4.15.2

2021-09-29 Thread GitBox


rhtyd commented on pull request #9:
URL: https://github.com/apache/cloudstack-go/pull/9#issuecomment-930362223






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-documentation] davidjumani commented on a change in pull request #244: Adding a note for fixing pvlan issues

2021-09-29 Thread GitBox


davidjumani commented on a change in pull request #244:
URL: 
https://github.com/apache/cloudstack-documentation/pull/244#discussion_r718147491



##
File path: source/adminguide/networking/isolation_in_advanced_zone_with_vlan.rst
##
@@ -80,6 +80,11 @@ Prerequisites
 Creating a PVLAN-Enabled Network
 
 
+   .. note::
+  If you are facing issues with connectivity in PVLANS, especially 
community and promiscuous PVLANS
+  in a multi hypervisor environment, this could be caused by the way 
PVLANs were implemented

Review comment:
   It was introduced for VMware in 4.14.0 which is what could be causing 
the problem, hence stating that it is fixed now
   But I'll be happy to change it if it sounds too confusing




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-go] Pearl1594 commented on pull request #9: Modify (auto)generate code to handle API parameter type changes - 4.15.2

2021-09-29 Thread GitBox


Pearl1594 commented on pull request #9:
URL: https://github.com/apache/cloudstack-go/pull/9#issuecomment-930779660


   yes @rhtyd - It attempts to address #8 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-go] rhtyd commented on pull request #9: Modify (auto)generate code to handle API parameter type changes - 4.15.2

2021-09-29 Thread GitBox


rhtyd commented on pull request #9:
URL: https://github.com/apache/cloudstack-go/pull/9#issuecomment-930782803


   Thanks @Pearl1594 I'll test and merge it today 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-cloudmonkey] sureshanaparti opened a new issue #98: Auto-complete not working for 'id' param in update storagecapabilities

2021-09-29 Thread GitBox


sureshanaparti opened a new issue #98:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/98


   Auto-complete not working for 'id' param in update storagecapabilities
   
   Tested with CloudMonkey 6.2.0 (build: 8aae61e).
   
   ```
   (cloudcmk) > update storagecapabilities 
   filter= id= 
   (cloudcmk) > update storagecapabilities id=
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-cloudmonkey] sureshanaparti opened a new issue #99: New flag "-c" in cmk 6.2.0

2021-09-29 Thread GitBox


sureshanaparti opened a new issue #99:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/99


   Noticed a new flag "-c" (different config file path) in CloudMonkey 6.2.0, 
which is not mentioned in the release notes. If it is supported , please update 
the release notes.
   
   ```
   Allowed flags:
 -hShow this help message or API doc when specified after an API
 -vPrint version
 -oAPI response output format: json, text, table, column, csv
 -pServer profile
 -dEnable debug mode
 -cdifferent config file path
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Re: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0

2021-09-29 Thread Abhishek Kumar
+1

Tested build for different operations on a ACS 4.16-snapshot env. Everything 
worked as expected.

Regards,
Abhishek

From: Pearl Dsilva 
Sent: 24 September 2021 13:14
To: dev@cloudstack.apache.org 
Cc: us...@cloudstack.apache.org 
Subject: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0

Hi All,

I've created a v6.2.0 release of CloudMonkey, with the following
artifacts up for a vote:

Git Branch and commit SHA:
https://github.com/apache/cloudstack-cloudmonkey/commits/8aae61e20c6789133c1d97d49e58f354ba7428c3

Commit:
8aae61e20c6789133c1d97d49e58f354ba7428c3

GitHub pre-release (for RC1 testing, contains changelog,
artifacts/binaries to test, checksums/usage details):
https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.2.0

Source release (checksums and signatures are available at the same location):
https://dist.apache.org/repos/dist/dev/cloudstack/cloudmonkey-6.2.0/

PGP release keys (signed using 986611B4A5B7090D0145B230E7DB9FC18F16C6AE)
https://dist.apache.org/repos/dist/release/cloudstack/KEYS

The vote will be open until October 1st, 2021.

For sanity in tallying the vote, can PMC members please be sure to
indicate "(binding)" with their vote?
[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove (and the reason why)

Regards,
Pearl Dsilva

 



[GitHub] [cloudstack-cloudmonkey] Pearl1594 commented on issue #98: Auto-complete not working for 'id' param in update storagecapabilities

2021-09-29 Thread GitBox


Pearl1594 commented on issue #98:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/issues/98#issuecomment-930802636


   @sureshanaparti We could probably look at improving this in the next release 
of cmk - however, the reason behind this behavior is that when CloudMonkey 
tries to find the most appropriate list API that can be used to populate the 
values of `id` - it finds more than one, and hence, doesn't autocomplete the 
argument's values. For exapme: this is what is seen in debug mode:
   ```
   (test) 🐱 > update storagecapabilities id=l[debug] Possible related noun for 
the arg: storagecapabilitiess and type: uuid
   [debug] Finding possible API that have: id related APIs: 
[cancelStorageMaintenance createStoragePool enableStorageMaintenance 
findStoragePoolsForMigration syncStoragePool updateStorageCapabilities]
   [debug] Found possible API: listCAProviders
   [debug] Found possible API: listHostHAProviders
   [debug] Found possible API: listNetworkServiceProviders
   [debug] Found possible API: listStorageProviders
   (test) 🐱 > update storagecapabilities id=
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-cloudmonkey] rhtyd commented on issue #98: Auto-complete not working for 'id' param in update storagecapabilities

2021-09-29 Thread GitBox


rhtyd commented on issue #98:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/issues/98#issuecomment-930804828


   @sureshanaparti was this working with previous versions of cmk, say 6.1.0?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-cloudmonkey] rhtyd commented on issue #99: New flag "-c" in cmk 6.2.0

2021-09-29 Thread GitBox


rhtyd commented on issue #99:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/issues/99#issuecomment-930805140


   I think it may be supported since previous versions, @Pearl1594 to check and 
confirm 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-cloudmonkey] Pearl1594 commented on issue #98: Auto-complete not working for 'id' param in update storagecapabilities

2021-09-29 Thread GitBox


Pearl1594 commented on issue #98:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/issues/98#issuecomment-930806773


   No @rhtyd didn't work in the older versions too:
   ```
   [root@ref-trl-1725-v-M7-pearl-dsilva-mgmt1 ~]# cmk
   Apache CloudStack 🐵 CloudMonkey 6.0.0
   Report issues: https://github.com/apache/cloudstack-cloudmonkey/issues
   
   (localcloud) SBCM5> > 
   (localcloud) SBCM5> > 
   (localcloud) SBCM5> > update storagecapabilities id=
   
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-cloudmonkey] sureshanaparti commented on issue #98: Auto-complete not working for 'id' param in update storagecapabilities

2021-09-29 Thread GitBox


sureshanaparti commented on issue #98:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/issues/98#issuecomment-930806979


   > @sureshanaparti was this working with previous versions of cmk, say 6.1.0?
   
   doesn't work with 6.1.0 @rhtyd 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-cloudmonkey] Pearl1594 commented on issue #99: New flag "-c" in cmk 6.2.0

2021-09-29 Thread GitBox


Pearl1594 commented on issue #99:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/issues/99#issuecomment-930807713


   No @rhtyd  - this was a new flag - but I guess the PR had no milestone 
attached - hence it slipped pass my attention.
   I've updated the release notes: 
https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.2.0 
   And the wiki: 
https://github.com/apache/cloudstack-cloudmonkey/wiki/Getting-Started#getting-help
 
   Thanks @sureshanaparti 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-cloudmonkey] Pearl1594 edited a comment on issue #99: New flag "-c" in cmk 6.2.0

2021-09-29 Thread GitBox


Pearl1594 edited a comment on issue #99:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/issues/99#issuecomment-930807713


   No @rhtyd  - this was a new flag - but I guess the PR had no milestone 
attached - hence I probably missed adding it to the list of changes made.
   I've updated the release notes: 
https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.2.0 
   And the wiki: 
https://github.com/apache/cloudstack-cloudmonkey/wiki/Getting-Started#getting-help
 
   Thanks @sureshanaparti 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-cloudmonkey] Pearl1594 edited a comment on issue #98: Auto-complete not working for 'id' param in update storagecapabilities

2021-09-29 Thread GitBox


Pearl1594 edited a comment on issue #98:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/issues/98#issuecomment-930802636


   @sureshanaparti We could probably look at improving this in the next release 
of cmk - however, the reason behind this behavior is that when CloudMonkey 
tries to find the most appropriate list API that can be used to populate the 
values of `id` - it finds more than one, and hence, doesn't autocomplete the 
argument's values. For example: this is what is seen in debug mode:
   ```
   (test) 🐱 > update storagecapabilities id=l[debug] Possible related noun for 
the arg: storagecapabilitiess and type: uuid
   [debug] Finding possible API that have: id related APIs: 
[cancelStorageMaintenance createStoragePool enableStorageMaintenance 
findStoragePoolsForMigration syncStoragePool updateStorageCapabilities]
   [debug] Found possible API: listCAProviders
   [debug] Found possible API: listHostHAProviders
   [debug] Found possible API: listNetworkServiceProviders
   [debug] Found possible API: listStorageProviders
   (test) 🐱 > update storagecapabilities id=
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-cloudmonkey] sureshanaparti commented on issue #99: New flag "-c" in cmk 6.2.0

2021-09-29 Thread GitBox


sureshanaparti commented on issue #99:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/issues/99#issuecomment-930812926


   > No @rhtyd - this was a new flag - but I guess the PR had no milestone 
attached - hence I probably missed adding it to the list of changes made.
   > I've updated the release notes: 
https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.2.0
   > And the wiki: 
https://github.com/apache/cloudstack-cloudmonkey/wiki/Getting-Started#getting-help
   > Thanks @sureshanaparti
   
   Thanks @Pearl1594 , for the quick turnaround!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org