-
Notifications
You must be signed in to change notification settings - Fork 930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid storage volume content type name #8203
Comments
@tomponline can you take a quick look? Feels like we're failing to default to fs content type when not specified? |
@stgraber yep will do |
@jamielsharief also what version of LXD please |
I think ive found the issue |
… storagePoolVolumesPost Fixes canonical#8203 Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
@jamielsharief by the way in the interim you can also complete the request by providing the |
Sorry for the delay
note. The manual says set to |
volume |
@jamielsharief do you have a reproducer using |
The EOF error was caused because of change I made before i left earlier, ignore that comment. I have added the |
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/pkg/xattr](https://togithub.com/pkg/xattr) | `v0.4.9` -> `v0.4.10` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpkg%2fxattr/v0.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fpkg%2fxattr/v0.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fpkg%2fxattr/v0.4.9/v0.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpkg%2fxattr/v0.4.9/v0.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pkg/xattr (github.com/pkg/xattr)</summary> ### [`v0.4.10`](https://togithub.com/pkg/xattr/releases/tag/v0.4.10) [Compare Source](https://togithub.com/pkg/xattr/compare/v0.4.9...v0.4.10) #### What's Changed - Fix FIFO handling on Solaris by [@​greatroar](https://togithub.com/greatroar) in [https://github.com/pkg/xattr/pull/70](https://togithub.com/pkg/xattr/pull/70) - Add support for go 1.21 by [@​kuba--](https://togithub.com/kuba--) in [https://github.com/pkg/xattr/pull/72](https://togithub.com/pkg/xattr/pull/72) - Detect the need to increase buffer size on TrueNAS SCALE. by [@​erikrose](https://togithub.com/erikrose) in [https://github.com/pkg/xattr/pull/73](https://togithub.com/pkg/xattr/pull/73) #### New Contributors - [@​erikrose](https://togithub.com/erikrose) made their first contribution in [https://github.com/pkg/xattr/pull/73](https://togithub.com/pkg/xattr/pull/73) **Full Changelog**: pkg/xattr@v0.4.9...v0.4.10 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/canonical/lxd). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/minio/minio-go/v7](https://togithub.com/minio/minio-go) | `v7.0.73` -> `v7.0.74` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fminio%2fminio-go%2fv7/v7.0.74?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fminio%2fminio-go%2fv7/v7.0.74?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fminio%2fminio-go%2fv7/v7.0.73/v7.0.74?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fminio%2fminio-go%2fv7/v7.0.73/v7.0.74?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>minio/minio-go (github.com/minio/minio-go/v7)</summary> ### [`v7.0.74`](https://togithub.com/minio/minio-go/releases/tag/v7.0.74): Bugfix Release [Compare Source](https://togithub.com/minio/minio-go/compare/v7.0.73...v7.0.74) #### What's Changed - return appropriate error type for generic handling by [@​harshavardhana](https://togithub.com/harshavardhana) in [https://github.com/minio/minio-go/pull/1981](https://togithub.com/minio/minio-go/pull/1981) - feat: add SetContentDisposition method for postPolicy Upload by [@​lianggx6](https://togithub.com/lianggx6) in [https://github.com/minio/minio-go/pull/1982](https://togithub.com/minio/minio-go/pull/1982) - docs: fix doc about default alias by [@​emil2k](https://togithub.com/emil2k) in [https://github.com/minio/minio-go/pull/1984](https://togithub.com/minio/minio-go/pull/1984) - fix: GCS endpoint validation to allow ports by [@​ammarhusain-sol](https://togithub.com/ammarhusain-sol) in [https://github.com/minio/minio-go/pull/1985](https://togithub.com/minio/minio-go/pull/1985) #### New Contributors - [@​lianggx6](https://togithub.com/lianggx6) made their first contribution in [https://github.com/minio/minio-go/pull/1982](https://togithub.com/minio/minio-go/pull/1982) - [@​emil2k](https://togithub.com/emil2k) made their first contribution in [https://github.com/minio/minio-go/pull/1984](https://togithub.com/minio/minio-go/pull/1984) - [@​ammarhusain-sol](https://togithub.com/ammarhusain-sol) made their first contribution in [https://github.com/minio/minio-go/pull/1985](https://togithub.com/minio/minio-go/pull/1985) **Full Changelog**: minio/minio-go@v7.0.73...v7.0.74 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/canonical/lxd). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/go-jose/go-jose/v4](https://togithub.com/go-jose/go-jose) | `v4.0.3` -> `v4.0.4` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-jose%2fgo-jose%2fv4/v4.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-jose%2fgo-jose%2fv4/v4.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgo-jose%2fgo-jose%2fv4/v4.0.3/v4.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-jose%2fgo-jose%2fv4/v4.0.3/v4.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>go-jose/go-jose (github.com/go-jose/go-jose/v4)</summary> ### [`v4.0.4`](https://togithub.com/go-jose/go-jose/blob/HEAD/CHANGELOG.md#v404) [Compare Source](https://togithub.com/go-jose/go-jose/compare/v4.0.3...v4.0.4) #### Fixed - Reverted "Allow unmarshalling JSONWebKeySets with unsupported key types" as a breaking change. See [#​136](https://togithub.com/go-jose/go-jose/issues/136) / [#​137](https://togithub.com/go-jose/go-jose/issues/137). </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/canonical/lxd). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Previously I could create a volume on a storage pool via the API by posting the following data to
/storage-pools/default/volumes
, however now I am getting the errorInvalid storage volume content type name
Note: the same error occurs if using the example from the REST docs
The text was updated successfully, but these errors were encountered: