Skip to content

Commit

Permalink
add volume konwn issue docs
Browse files Browse the repository at this point in the history
  • Loading branch information
WuJun2016 committed Jul 28, 2023
1 parent 8a79741 commit f72886e
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion versioned_docs/version-v1.1/volume/create-volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
![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.

0 comments on commit f72886e

Please sign in to comment.