-
Notifications
You must be signed in to change notification settings - Fork 1.8k
CNV-55964: Right-click VM operation in the tree view #94476
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,8 @@ You can create a snapshot of a virtual machine (VM) by using the {product-title} | |
. Navigate to *Virtualization* -> *VirtualMachines* in the web console. | ||
. Select a VM to open the *VirtualMachine details* page. | ||
. Click the *Snapshots* tab and then click *Take Snapshot*. | ||
+ | ||
Alternatively, you can perform the same action in the tree view by right-clicking the VM and selecting *Create snapshot* from the pop-up menu. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] RedHat.TermsErrors: Use 'menu' rather than 'pop-up menu'. For more information, see RedHat.TermsErrors. |
||
. Enter the snapshot name. | ||
. Expand *Disks included in this Snapshot* to see the storage volumes to be included in the snapshot. | ||
. If your VM has disks that cannot be included in the snapshot and you wish to proceed, select *I am aware of this warning and wish to proceed*. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,9 +23,11 @@ If the VM is delete protected, the *Delete* action is disabled in the VM's *Acti | |
|
||
* For a general view, navigate to *Virtualization* → *VirtualMachines*. | ||
|
||
. Click the *Actions* menu {kebab} beside a VM and select *Delete*. | ||
. Click the *Options* menu {kebab} beside a VM and select *Delete*. | ||
+ | ||
Alternatively, click the VM's name to open the *VirtualMachine details* page and click *Actions* -> *Delete*. | ||
+ | ||
You can also delete a VM in the tree view by right-clicking the VM and selecting *Delete* from the pop-up menu. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] RedHat.TermsErrors: Use 'menu' rather than 'pop-up menu'. For more information, see RedHat.TermsErrors. |
||
|
||
. Optional: Select *With grace period* or clear *Delete disks*. | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,8 @@ include::snippets/technology-preview.adoc[] | |
. Click the Options menu {kebab} beside the virtual machine and select *Migration* -> *Storage*. | ||
+ | ||
You can also access this option from the *VirtualMachine details* page by selecting *Actions* -> *Migration* -> *Storage*. | ||
+ | ||
Alternatively, you can perform the same action in the tree view by right-clicking the VM and selecting *Migration* from the pop-up menu. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] RedHat.TermsErrors: Use 'menu' rather than 'pop-up menu'. For more information, see RedHat.TermsErrors. |
||
. On the *Migration details* page, choose whether to migrate the entire VM storage or selected volumes only. If you click *Selected volumes*, select any disks that you intend to migrate. Click *Next* to proceed. | ||
. From the list of available options on the *Destination StorageClass* page, select the storage class to migrate to. Click *Next* to proceed. | ||
. On the *Review* page, review the list of affected disks and the target storage class. To start the migration, click *Migrate VirtualMachine storage*. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,6 +91,8 @@ include::modules/virt-using-virtctl-ssh-command.adoc[leveloffset=+2] | |
[TIP] | ||
==== | ||
You can copy the `virtctl ssh` command in the web console by selecting *Copy SSH command* from the options {kebab} menu beside a VM on the *VirtualMachines* page. | ||
|
||
Alternatively, you copy the `virtctl ssh` command in the tree view by right-clicking the VM and selecting *Copy SSH command* from the pop-up menu. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤖 [error] RedHat.TermsErrors: Use 'menu' rather than 'pop-up menu'. For more information, see RedHat.TermsErrors. |
||
==== | ||
|
||
include::modules/virt-using-virtctl-port-forward-command.adoc[leveloffset=+1] | ||
|
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.
🤖 [error] RedHat.TermsErrors: Use 'menu' rather than 'pop-up menu'. For more information, see RedHat.TermsErrors.