diff --git a/module.yaml b/module.yaml index 218f653b9a..4faa5a1e37 100644 --- a/module.yaml +++ b/module.yaml @@ -14,12 +14,13 @@ requirements: disable: confirmation: true message: | - Attention! + Very important! Disabling this module will stop all services responsible for creating and running virtual machines. - Before disabling the module, be sure to do the following: - - Make sure that all resources created using the module (virtual machines, disks, images, etc.) are deleted. - - Check for active resources using the command: `kubectl get virtualization`. If there are objects left in the command output, remove them before deactivating the module. + Ensure proper cleanup before disabling this module: - Failure to do so may result in data loss or incorrect system operation. + - Check for active resources using the command: `d8 k get virtualization,cvi -A`. + - Make sure to remove all resources created using the module (virtual machines, disks, images, etc.). + + Stale resources may result in a data loss or further system operation fails.