rohityadavcloud opened a new issue, #9985:
URL: https://github.com/apache/cloudstack/issues/9985
On logging in the translation/locale file is cached in browser, let's
explore if there's a way around this? For example, if possible let's figure out
a way where this can be called with a timest
rohityadavcloud opened a new issue, #9984:
URL: https://github.com/apache/cloudstack/issues/9984
I couldn't confirm before upgrading, but post upgrading & renewing the host
certificates, vm instances wouldn't deploy on an aarch64 host due to
libvirt/vnc certificate errors (I had checked the
rohityadavcloud opened a new issue, #9983:
URL: https://github.com/apache/cloudstack/issues/9983
Minor issue - upon upgrading from 4.19 to 4.20 (RC3), my agent's logging got
broken as when it asked me to replace the log4j xml or not I selected (N - no).
However, later the logging wouldn't w
rohityadavcloud opened a new issue, #9982:
URL: https://github.com/apache/cloudstack/issues/9982
For some reason (could be my own env), upgrading from 4.19.1.3 to 4.20.0.0
RC3 I wasn't able to get VM console working even with systemvm (CPVM) running.
After provisioning certificates again on
rohityadavcloud opened a new issue, #9981:
URL: https://github.com/apache/cloudstack/issues/9981
In a multi-arch zone with aarch64 & x86_64 hosts, when migrating a x86 host
aarch64 hosts are listed in the live VM migration wizard/form (same for
systemvms).
The find suitable host API
maic closed issue #9972: When adding a zone and selecting LXC type for the
Hypervisor, the host cannot be added
URL: https://github.com/apache/cloudstack/issues/9972
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
yummydsky commented on issue #8168:
URL: https://github.com/apache/cloudstack/issues/8168#issuecomment-2502593735
@harikrishna-patnala is there a way to work around this issue? we face the
same problem now.
--
This is an automated message from the Apache Git Service.
To respond to the mes
blueorangutan commented on PR #9941:
URL: https://github.com/apache/cloudstack/pull/9941#issuecomment-2502561830
[SF] Trillian test result (tid-11807)
Environment: kvm-ol9 (x2), Advanced Networking with Mgmt server ol9
Total time taken: 48843 seconds
Marvin logs:
https://github.com/
blueorangutan commented on PR #9941:
URL: https://github.com/apache/cloudstack/pull/9941#issuecomment-2502403119
[SF] Trillian test result (tid-11806)
Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8
Total time taken: 43433 seconds
Marvin logs:
https://github.com/
blueorangutan commented on PR #9873:
URL: https://github.com/apache/cloudstack/pull/9873#issuecomment-2502393175
[SF] Trillian test result (tid-11803)
Environment: kvm-ol8 (x2), Advanced Networking with Mgmt server ol8
Total time taken: 51842 seconds
Marvin logs:
https://github.com/
GutoVeronezi commented on PR #9977:
URL: https://github.com/apache/cloudstack/pull/9977#issuecomment-2501921087
@Dav-11
Thanks for the PR
We already have APIs to manage VPN and introducing more APIs would increase
the complexity of the system. Have you checked/considered the existe
weizhouapache commented on issue #9979:
URL: https://github.com/apache/cloudstack/issues/9979#issuecomment-2501704512
> I have found a workaround for this issue. I took a look at the code of the
EncryptionSecretKeyChanger class (located at
framework/db/src/main/java/com/cloud/utils/crypt/En
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.owasp.esapi-esapi-2.6.0.0
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
at e3a9e91c094 Bump org.owasp.esapi:esapi from 2.1.0.1 to 2.6.0.0
No ne
dependabot[bot] opened a new pull request, #9980:
URL: https://github.com/apache/cloudstack/pull/9980
Bumps [org.owasp.esapi:esapi](https://github.com/ESAPI/esapi-java-legacy)
from 2.1.0.1 to 2.6.0.0.
Release notes
Sourced from https://github.com/ESAPI/esapi-java-legacy/releases";>
detaras commented on issue #9979:
URL: https://github.com/apache/cloudstack/issues/9979#issuecomment-2501691167
I have found a workaround for this issue.
I took a look at the code of the EncryptionSecretKeyChanger class (located
at
framework/db/src/main/java/com/cloud/utils/crypt/Encrypt
weizhouapache commented on issue #9979:
URL: https://github.com/apache/cloudstack/issues/9979#issuecomment-2501689319
@detaras
thanks for reporting the issue, I will have a look
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
boring-cyborg[bot] commented on issue #9979:
URL: https://github.com/apache/cloudstack/issues/9979#issuecomment-2501643379
Thanks for opening your first issue here! Be sure to follow the issue
template!
--
This is an automated message from the Apache Git Service.
To respond to the mes
slavkap commented on issue #9973:
URL: https://github.com/apache/cloudstack/issues/9973#issuecomment-2501338314
@ahmadamirahmadi007, the message "Attaching memory device with size '525312'
would exceed domain's maxMemory config size '524288'" comes from libvirt not a
CloudStack's domain. Fr
Dav-11 commented on PR #9977:
URL: https://github.com/apache/cloudstack/pull/9977#issuecomment-2501231372
Ok thank you
--
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 un
weizhouapache commented on PR #9977:
URL: https://github.com/apache/cloudstack/pull/9977#issuecomment-2501150845
added to 4.21.0 milestone
@Dav-11
please let us know when it is ready for review
--
This is an automated message from the Apache Git Service.
To respond to the messag
boring-cyborg[bot] commented on PR #9977:
URL: https://github.com/apache/cloudstack/pull/9977#issuecomment-2501045020
Congratulations on your first Pull Request and welcome to the Apache
CloudStack community! If you have any issues or are unsure about any anything
please check our Contribut
Dav-11 opened a new pull request, #9977:
URL: https://github.com/apache/cloudstack/pull/9977
### Description
This PR adds the possibility to create wireguard VPNs as an alternative to
the currently available L2TP-IPsec tunnels.
Changes in details:
- System VM template change
blueorangutan commented on PR #9947:
URL: https://github.com/apache/cloudstack/pull/9947#issuecomment-2501032150
UI build: :heavy_check_mark:
Live QA URL: https://qa.cloudstack.cloud/simulator/pr/9947 (QA-JID-486)
--
This is an automated message from the Apache Git Service.
To respond t
blueorangutan commented on PR #9947:
URL: https://github.com/apache/cloudstack/pull/9947#issuecomment-2500972201
@JoaoJandre a Jenkins job has been kicked to build UI QA env. I'll keep you
posted as I make progress.
--
This is an automated message from the Apache Git Service.
To respond t
JoaoJandre commented on PR #9947:
URL: https://github.com/apache/cloudstack/pull/9947#issuecomment-2500968027
@blueorangutan ui
--
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 commen
ahmadamirahmadi commented on issue #9973:
URL: https://github.com/apache/cloudstack/issues/9973#issuecomment-2500710567
I had several errors. And in lines 22 and 23 he told me that
"enableDynamicallyScaleVm":"false" why? and i dont have any domain's maxMemory
limitation in my CS
--
This
blueorangutan commented on PR #9941:
URL: https://github.com/apache/cloudstack/pull/9941#issuecomment-2500513791
[SF] Trillian Build Failed (tid-11804)
--
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 g
blueorangutan commented on PR #9762:
URL: https://github.com/apache/cloudstack/pull/9762#issuecomment-2500511643
[SF] Trillian test result (tid-11801)
Environment: kvm-ubuntu22 (x2), Advanced Networking with Mgmt server u22
Total time taken: 57205 seconds
Marvin logs:
https://github
blueorangutan commented on PR #9941:
URL: https://github.com/apache/cloudstack/pull/9941#issuecomment-2500453376
[SF] Trillian Build Failed (tid-11805)
--
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 g
weizhouapache commented on issue #9972:
URL: https://github.com/apache/cloudstack/issues/9972#issuecomment-2500321818
@maic
I think LXC is not used widely for now. can you try KVM instead ?
The issue seems to be because you have not configured `cloudbr0` bridge
--
This is an au
DaanHoogland commented on PR #9721:
URL: https://github.com/apache/cloudstack/pull/9721#issuecomment-2500266123
after a short backtalk with @shwstppr and @weizhouapache , I think we can
merge this PR given issue #9975
--
This is an automated message from the Apache Git Service.
To respond
DaanHoogland opened a new issue, #9975:
URL: https://github.com/apache/cloudstack/issues/9975
in PR #9721 details are being added for system vms. This is fine but they
are now created in a table called user_vm_details. This is not ideal and a
better implementation would be nice.
rajujith opened a new issue, #9974:
URL: https://github.com/apache/cloudstack/issues/9974
# ISSUE TYPE
* Bug Report
# COMPONENT NAME
~~~
UI,API
~~~
# CLOUDSTACK VERSION
~~~
4.19.1.2
~~~
# CONFIGURATION
blueorangutan commented on PR #9873:
URL: https://github.com/apache/cloudstack/pull/9873#issuecomment-2500187786
@borisstoyanov a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has
been kicked to run smoke tests
--
This is an automated message from the Apache Git Service.
To respond
borisstoyanov commented on PR #9873:
URL: https://github.com/apache/cloudstack/pull/9873#issuecomment-2500182287
@blueorangutan test keepEnv
--
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 sp
wido commented on issue #9958:
URL: https://github.com/apache/cloudstack/issues/9958#issuecomment-2500157829
> good idea to have a DNS framework !
>
> PS: it looks ACS supports globodns
(https://github.com/apache/cloudstack/tree/main/plugins/network-elements/globodns).
however I doub
slavkap commented on issue #9973:
URL: https://github.com/apache/cloudstack/issues/9973#issuecomment-2500037119
@ahmadamirahmadi007, have you enabled the debug level in the logs? If it's
enabled can you look for this job ID `805ea32a` there has to be a stack trace
as to why it is failing
ahmadamirahmadi007 commented on issue #9973:
URL: https://github.com/apache/cloudstack/issues/9973#issuecomment-2499989920
this is my third offering and Dynamic scaling is enabled
list serviceofferings id=b54f8fe1-0a73-427f-b888-041cc8de4e8d
{
"count": 1,
"serviceoffering": [
slavkap commented on issue #9973:
URL: https://github.com/apache/cloudstack/issues/9973#issuecomment-2499950992
@ahmadamirahmadi007 there is a fix [PR
4894](https://github.com/apache/cloudstack/pull/9894). It'll be included in
CloudStack 4.19.2.0 and 4.20. I cannot recall correctly but as a
ahmadamirahmadi007 opened a new issue, #9973:
URL: https://github.com/apache/cloudstack/issues/9973
# ISSUE TYPE
* Bug Report
# CLOUDSTACK VERSION
cloudstack version 4.19.1.1 on ubuntu
KVM
# SUMMARY
I use the KVM hypervisor and I want to scale up my
40 matches
Mail list logo