-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
problem
[UI] Local storage enable/disable toggle not working in Edit Zone dialog
Working from CMK:
(localcloud) 🐱 > update zone id=81e7a70c-14dc-456a-93b0-34ac977278c8 localstorageenabled=true
{
"zone": {
"allocationstate": "Enabled",
"allowuserspecifyvrmtu": false,
"asnrange": "",
"dhcpprovider": "VirtualRouter",
"dns1": "10.0.32.1",
"dns2": "8.8.8.8",
"guestcidraddress": "10.1.1.0/24",
"hasannotations": false,
"id": "81e7a70c-14dc-456a-93b0-34ac977278c8",
"internaldns1": "10.0.32.1",
"internaldns2": "8.8.4.4",
"ismultiarch": false,
"isnsxenabled": false,
"localstorageenabled": true,
"name": "pr10149-t13934-kvm-ol8",
"networktype": "Advanced",
"routedmodeenabled": true,
"routerprivateinterfacemaxmtu": 1500,
"routerpublicinterfacemaxmtu": 1500,
"securitygroupsenabled": false,
"tags": [],
"type": "Core",
"zonetoken": "c4c06c3c-1c31-322c-a080-0d13226f9261"
}
}
versions
ACS 4.21/main (working in 4.20 latest)
The steps to reproduce the bug
- Navigate to Infrastructure
- Go to Zones
- Open Edit Zone and try to toggle 'Enable local storage for User Instances'
...
What to do about it?
No response