diff options
author | John Estabrook <jestabro@vyos.io> | 2023-09-19 11:24:24 -0500 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2023-09-22 14:33:04 +0000 |
commit | 4da9e2cf686a06db8b09d5b88568a08fcdb0a29d (patch) | |
tree | d2e1f2bb2563edfeec14e6f840a8a56c6e8b95ed /op-mode-definitions | |
parent | b5edc618a4425e54c711e77c509114909b550f8c (diff) | |
download | vyos-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.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> |