-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Current Behavior
When listing e.g. block storage resources, this is done for all zones:
exo c bs list
gives correctly a list of all block storage resources throughout all zones.
If I copy one of the IDs of a block storage of the default zone, which is de-fra-1 in my case, i get:
error: "pvc-XYZ" not found in ListBlockStorageVolumesResponse: Not Found
If I add --zone de-fra-1, the volume is shown correctly.
In my exoscale.toml there is a line: defaultZone = 'de-fra-1' The credentials work correctly, so it's the correct file.
Expected Behavior
The details of the volume should be shown, if the volume is located in the default zone configured in my exoscale.toml
Steps To Reproduce
- Create a block storage in de-fra-1
- Configure the default zone for the CLI to de-fra-1
- List all block storages
- try to get the details of the one created in the first step without specifying a --zone parameter
CLI Version
exo 1.85.3 3130c6a (egoscale 0.102.3)
Os platform
MacOS
Relevant log output
notDavid
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working