Re: System VM static IPs

2024-06-04 Thread Nischal P
HI Marty You could technically reserve the IPs for System VMs to grab the IPs using the DB, by updating the table user_ip_address update user_ip_address set forsystemvms=1 where public_ip_address='172.16.16.171'; Please remember if you reserve more IPs for SystemVms they may pick up any in tha

Re: System VM static IPs

2024-06-04 Thread Wei ZHOU
This should works. I am wondering if we can reserve specific IP for system vms, like ACS does for virtual routers. -Wei On Tuesday, June 4, 2024, Nischal P wrote: > HI Marty > > You could technically reserve the IPs for System VMs to grab the IPs using > the DB, by updating the table user_ip_

RE: [Proposal] Storage Filesystem as a First Class Feature

2024-06-04 Thread Alex Mattioli
That's a major technical debt that should have been addressed years ago. Am glad to see it is being addressed now. Cheers Alex -Original Message- From: Abhisar Sinha Sent: Tuesday, June 4, 2024 6:04 AM To: [email protected] Subject: [Proposal] Storage Filesystem as a Firs

Re: System VM static IPs

2024-06-04 Thread Marty Godsey
I would rather not modify the database for something like this. Although I would like to see it, it’s not worth modifying the database directly. Thank you for the responses, everyone. From: Wei ZHOU Date: Tuesday, June 4, 2024 at 6:19 AM To: [email protected] Subject: Re: System VM s

Re: System VM static IPs

2024-06-04 Thread Nischal P
Hi Wei, We won't be able to reserve for specific systems, but we do reserve 2 IPs which would be used for SSVM and CPVM, the only thing we follow is that we Destroy 1 systemVM at a time so that it would take the same IP each time. Thanks & Regards Nischal On Tue, 4 Jun, 2024, 3:49 pm Wei ZHOU,

Re: System VM static IPs

2024-06-04 Thread Marty Godsey
Hello Nischal, That’s why I ask about reservations; it doesn’t. For example, I destroyed and recreated a console proxy yesterday, and when it was recreated, it grabbed another IP. I am 100% confident that the IP that it just had about 30 seconds prior was not taken by a customer. This is a 4.1

Re: Removing limit from network offering

2024-06-04 Thread Daan Hoogland
Marty, are you talking about network rate limit? what is the value now (both in the UI and in the DB)? I think the value for unlimited is 0, but this is not relevant. You need to set it in the zone settings not in the global settings. But I tried it and that does not give the output I expect in th

Re: System VM static IPs

2024-06-04 Thread Wei ZHOU
As Nischal said, currently ACS does not reserve IPs for system vms. The workaround is, create or dedicate a public Ip range (with at least 2 IPs) to system vms. I think it is a valid feature request to reserve IPs (not ip range) for system vms. But we also need to consider what if some users want

Re: System VM static IPs

2024-06-04 Thread Marty Godsey
No worries, Wei. I do think it would be an excellent feature request, but it’s not a “deal killer” or causing any harm; it’s just kind of annoying at times. 😊 And creating a separate dedicated IP range, on the surface, would just be more work than it is worth at this point. From: Wei ZHOU Date

Re: System VM static IPs

2024-06-04 Thread Nischal P
Hi Marty There is an option from the UI also that I just remembered, When you go to the Zones > Physical Network > network Name > Traffic Types Then Add IP Range for Public IPs [image: image.png] Please select Option of Set Reservation and SystemVMs which will enable reserving IP for SSVM and CP