-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#17171 from wallyworld/k8s-pool-notfound
juju#17171 We've started using bespoke, domain specific not found errors. There was a place in the k8s storage provisioning code where the older generic not found error was still being checked. This fixes that. ## QA steps bootstrap k8s deploy postgresql-k8s check storage ``` Storage Unit Storage ID Type Pool Mountpoint Size Status Message postgresql-k8s/0 pgdata/0 filesystem kubernetes /var/lib/postgresql/data 1.0 GiB attached Successfully provisioned volume pvc-43da2f5a-7e38-424a-9691-2fb15cb7090d ``` ## Links **Jira card:** JUJU-5848
- Loading branch information
Showing
3 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters