vhsm plugin reload-status

Learn to check the status of the reloaded plugin in vHSM

The plugin reload-status command retrieves the status of a global plugin reload operation. This is useful in multi-cluster vHSM setups, where a plugin reload request is propagated across clusters and you want to verify the progress or result.

This command provides information about whether the reload has succeeded, is in progress, or failed.

Usage

vhsm plugin reload-status [options]

Available Flags

Flag
Description

-plugin=<string>

Name of the plugin whose reload status you want to check. This is the same name used during plugin reload -plugin.

-mounts=<array>

One or more mount paths of plugin backends to check reload status for. Used if you reloaded plugins using the -mounts flag.

Note: You should provide the same identifiers (-plugin or -mounts) that were used during the reload operation. Do not use both flags simultaneously.

Example

Check the status of a global reload by plugin name: vhsm plugin reload-status -plugin=my-custom-plugin

Output

Status: success
Message: Plugin reload completed successfully across all nodes.

Last updated

Was this helpful?