[pve-devel] [PATCH manager] www: utils: add description for `reloadnetworkall` task

Christoph Heiss c.heiss at proxmox.com
Wed Apr 2 12:33:49 CEST 2025


This task name is used by the SDN stack when applying the configuration,
i.e. reloading the network configuration completely on all cluster
nodes.

Signed-off-by: Christoph Heiss <c.heiss at proxmox.com>
---
 www/manager6/Utils.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js
index aa415759c..0a3bb9a9e 100644
--- a/www/manager6/Utils.js
+++ b/www/manager6/Utils.js
@@ -2042,6 +2042,7 @@ Ext.define('PVE.Utils', {
 	    qmsuspend: ['VM', gettext('Hibernate')],
 	    qmtemplate: ['VM', gettext('Convert to template')],
 	    resize: ['VM/CT', gettext('Resize')],
+	    reloadnetworkall: ['', gettext('Reload network configuration on all nodes')],
 	    spiceproxy: ['VM/CT', gettext('Console') + ' (Spice)'],
 	    spiceshell: ['', gettext('Shell') + ' (Spice)'],
 	    startall: ['', gettext('Bulk start VMs and Containers')],
-- 
2.48.1





More information about the pve-devel mailing list