-
Notifications
You must be signed in to change notification settings - Fork 70
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
docs: update the rwx volume document #699
base: main
Are you sure you want to change the base?
docs: update the rwx volume document #699
Conversation
I will move these changes to v1.4 after the reviews |
Let's associate this with a relevant issue for clarity. |
|
updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review done
Signed-off-by: Vicente Cheng <[email protected]> Co-authored-by: Jillian <[email protected]>
ccfba4c
to
806cacd
Compare
Updated to both dev/v1.4 |
|
||
``` | ||
$ ip link set <storage network nic> up | ||
$ ip a add <reserved IP> dev <storage network nic> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can lead to misunderstandings, because these commands are not persistent after a reboot.
Related issues:
harvester/harvester#7158
harvester/harvester#7138
For v1.4, we need to use storage network for this feature.
Update the RWX volume document.