diff --git a/versioned_docs/version-v1.1/volume/create-volume.md b/versioned_docs/version-v1.1/volume/create-volume.md index 1a1f5a5409a..a524a2832c3 100644 --- a/versioned_docs/version-v1.1/volume/create-volume.md +++ b/versioned_docs/version-v1.1/volume/create-volume.md @@ -37,4 +37,28 @@ Description: Create a volume from the Volume page. 1. Select an existing `Image`. 1. Configure the `Size` of the volume. -![create-image-volume](/img/v1.1/volume/create-image-volume.png) \ No newline at end of file +![create-image-volume](/img/v1.1/volume/create-image-volume.png) + +## Known Issues + +| Summary | Status | Last Updated | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|--------------| +| [The Volumes page does not show the created volume](https://github.com/harvester/harvester/issues/3874) | Resolved | 2023-07-28 | + +### The Volumes page does not show the created volume + +**Summary**: If you are using Harvester from Rancher, after creating a volume, **project_member** users cannot find the created volume on the **Volumes** page. + +**Affected versions**: +- Harvester: v1.1.2 + +| Status | Last updated | +|-----------|--------------| +| Resolved (Harvester > v1.1.2) | 2023-07-28 | + +**Workaround**: You can temporarily change the Harvester plugin version to [v1.2.1-pitch1](https://github.com/harvester/dashboard/releases/tag/v1.1.2-patch1) from the Harvester UI. +1. Go to the Harvester UI and click `Advanced`. In the `Settings` list, find ` ui-plugin-index` and then click `⋮` > `Edit Setting`. +2. Change `value` to `https://releases.rancher.com/harvester-ui/plugin/harvester-release-harvester-v1.1.2-patch1/harvester-release-harvester-v1.1.2-patch1.umd.min.js` +3. In the `Settings` list, find `ui-source` and then click `⋮` > `Edit Setting`. +4. Change `value` to `External`. +5. Log in again using the **project_member** user in Rancher.