summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2023-09-19 11:24:24 -0500
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2023-09-22 14:33:04 +0000
commit4da9e2cf686a06db8b09d5b88568a08fcdb0a29d (patch)
treed2e1f2bb2563edfeec14e6f840a8a56c6e8b95ed /op-mode-definitions
parentb5edc618a4425e54c711e77c509114909b550f8c (diff)
downloadvyos-1x-4da9e2cf686a06db8b09d5b88568a08fcdb0a29d.tar.gz
vyos-1x-4da9e2cf686a06db8b09d5b88568a08fcdb0a29d.zip
op-mode: disk: T5609: add arg by-id to format disk
(cherry picked from commit 42736111facf08ac37b86e6fc3cbd395aab166bc)
Diffstat (limited to 'op-mode-definitions')
-rw-r--r--op-mode-definitions/disks.xml.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/op-mode-definitions/disks.xml.in b/op-mode-definitions/disks.xml.in
index 117ac5065..8a1e2c86f 100644
--- a/op-mode-definitions/disks.xml.in
+++ b/op-mode-definitions/disks.xml.in
@@ -5,6 +5,26 @@
<help>Format a device</help>
</properties>
<children>
+ <node name="by-id">
+ <properties>
+ <help>Find disk by ending of id string</help>
+ </properties>
+ <children>
+ <tagNode name="disk">
+ <properties>
+ <help>Format a disk drive</help>
+ </properties>
+ <children>
+ <tagNode name="like">
+ <properties>
+ <help>Format this disk the same as another disk</help>
+ </properties>
+ <command>sudo ${vyos_op_scripts_dir}/format_disk.py --by-id --target $4 --proto $6</command>
+ </tagNode>
+ </children>
+ </tagNode>
+ </children>
+ </node>
<tagNode name="disk">
<properties>
<help>Format a disk drive</help>