diff options
author | John Estabrook <jestabro@vyos.io> | 2023-09-19 11:24:24 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2023-09-20 15:32:07 -0500 |
commit | 42736111facf08ac37b86e6fc3cbd395aab166bc (patch) | |
tree | fb0e45b2b45f1f1791bdeb650c6d163c119bf53d /op-mode-definitions/disks.xml.in | |
parent | ede0b5b1a19c37547c19d875743e78b0278628d4 (diff) | |
download | vyos-1x-42736111facf08ac37b86e6fc3cbd395aab166bc.tar.gz vyos-1x-42736111facf08ac37b86e6fc3cbd395aab166bc.zip |
op-mode: disk: T5609: add arg by-id to format disk
Diffstat (limited to 'op-mode-definitions/disks.xml.in')
-rw-r--r-- | op-mode-definitions/disks.xml.in | 20 |
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> |