Re: [VOTE] Adopt Github Discusssions as Users Forum

2023-12-11 Thread Rohit Yadav
The motion passes with the following votes: 5votes: +1 (binding) - Wei, Bobby, Abhishek, Nicolas, Sven 3 votes: +1 (non-binding) Sina, Suresh, Pearl 1 vote: +0: Daan 2 votes: -0: Lucian, Wido 0 votes: -1 (binding & non-binding) I'll work with ASF-infra to get the feature enabled in Github and l

Re: [PROPOSE] ACS 4.18.2.0

2023-12-11 Thread Abhishek Kumar
+1 João - your proposal sound good to me From: João Jandre Paraquetti Sent: 08 December 2023 23:32 To: dev@cloudstack.apache.org Subject: [PROPOSE] ACS 4.18.2.0 Hi all, As suggested on the 4.20.0.0 discussion thread (see https://lists.apache.org/thread/nyoddmwy

Re: [PROPOSE] ACS 4.18.2.0

2023-12-11 Thread Nicolas Vazquez
LGTM, thanks Joao! Regards, Nicolas Vazquez From: Abhishek Kumar Date: Monday, 11 December 2023 at 06:21 To: dev@cloudstack.apache.org Subject: Re: [PROPOSE] ACS 4.18.2.0 +1 João - your proposal sound good to me From: João Jandre Paraquetti Sent: 08 December

Re: [VOTE] Adopt Github Discusssions as Users Forum

2023-12-11 Thread Rohit Yadav
Update - Github Discussions is enabled now for apache/cloudstack repository. Some of us have tested to find the Github Dicussions updates are synchronised from Github to the users mailing list only (similar to issues and pull requests). You're all welcome to try it here, or start new discussion

Re: [PROPOSE] ACS 4.18.2.0

2023-12-11 Thread João Jandre Paraquetti
I think we can push a week or two earlier on the proposed schedule, it would look something like this:   - From now till the final week of January (1.5 months): accept bug fixes and minor improvements   - First week of February: accept only blocker and critical bug fixes, aiming to stabilize t

Re: You're in developer mode, please build and run UI using npm. when building CloudStack from source

2023-12-11 Thread Ronald Feicht
Hi, I can now open the UI on port 5050, but when I try to log in I get "Login Failed".  I had done these steps previously with no error messages: 1. mvn -Pdeveloper,systemvm clean install 2. mvn -P developer -pl developer -Ddeploydb output: > WARNING: Provided file does not exist: /opt

Re: You're in developer mode, please build and run UI using npm. when building CloudStack from source

2023-12-11 Thread Wei ZHOU
Hi, You can access vmops.log to get some logs. -Wei On Mon, 11 Dec 2023 at 14:49, Ronald Feicht wrote: > Hi, > > I can now open the UI on port 5050, but when I try to log in I get > "Login Failed". I had done these steps previously with no error messages: > 1. mvn -Pdeveloper,systemvm clean

Re: You're in developer mode, please build and run UI using npm. when building CloudStack from source

2023-12-11 Thread Pearl d'Silva
Hi, Do you see any error like: Proxy error: Could not proxy request /client/api/?command=listIdps&response=json from 192.168.xx.xx:5050 to http://xx.xx.xx.xx:8080. See https://nodejs.org/api/errors.html#errors_common_system_errors for more information (ECONNREFUSED). If so, can you please ver

[PR] Add docs about storage and host tags [cloudstack-documentation]

2023-12-11 Thread via GitHub
JoaoJandre opened a new pull request, #365: URL: https://github.com/apache/cloudstack-documentation/pull/365 As I didn't find any centralized documentation about host and storage tags, I created a new section about it and added the flexible tags documentation. -- This is an automated mes

Question about ObjectStoreDriver for implementing Ceph driver

2023-12-11 Thread Wido den Hollander
Hi (Kishan), I am making a first attempt [0] to implement a Ceph RGW [1] Object Store Driver for CloudStack and I have a few questions about the code. While implementing the Ceph RGW driver I have noticed that some methods are provided the bucket's name (as a String) as an argument, but I'd

Re: [PR] Initial updates to add HPE Primera and Pure Flasharray documentation [cloudstack-documentation]

2023-12-11 Thread via GitHub
andrijapanicsb commented on PR #363: URL: https://github.com/apache/cloudstack-documentation/pull/363#issuecomment-1850827880 @rg9975 do you mind pls fixing these, so we can merge it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[PR] Update storage.rst [cloudstack-documentation]

2023-12-11 Thread via GitHub
andrijapanicsb opened a new pull request, #366: URL: https://github.com/apache/cloudstack-documentation/pull/366 (no comment) -- 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.

Re: [PR] Add multiple local storage pools in KVM - via UI [cloudstack-documentation]

2023-12-11 Thread via GitHub
andrijapanicsb commented on PR #366: URL: https://github.com/apache/cloudstack-documentation/pull/366#issuecomment-1850854787 @blueorangutan docbuild -- 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

Re: Question about ObjectStoreDriver for implementing Ceph driver

2023-12-11 Thread Rohit Yadav
Hi Wido, I think when the minio object storage plugin was written we didn’t have the limitations or foresight on how to structure the code, I would agree in refactoring the interface enough to allow what you’re trying to achieve. Typically to a plugin you don’t want to pass database objects (Da