diff options
author | Christian Breunig <christian@breunig.cc> | 2023-09-22 06:17:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-22 06:17:22 +0200 |
commit | 7253377e754ed8bc95cbe59840ed3a70c6945b93 (patch) | |
tree | 333128015588c810cee417b756c4468a6c4cb302 /op-mode-definitions/disks.xml.in | |
parent | a4aad112042b5bb4988468a5af871f5a81a851e5 (diff) | |
parent | 2d3f3297b575f88662495e14a7c7324ff73b6bfc (diff) | |
download | vyos-1x-7253377e754ed8bc95cbe59840ed3a70c6945b93.tar.gz vyos-1x-7253377e754ed8bc95cbe59840ed3a70c6945b93.zip |
Merge pull request #2298 from jestabro/disk-by-id
smoketest: T5607: support getting SCSI device by drive-id
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> |