summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-raid.xml.in
blob: 8bf394552b20bd7386a86226e01102ccd214f99b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="show">
    <children>
      <tagNode name="raid">
        <properties>
          <help>Show status of RAID set</help>
          <completionHelp>
            <script>${vyos_completion_dir}/list_raidset.sh</script>
          </completionHelp>
        </properties>
        <command>${vyos_op_scripts_dir}/show_raid.sh $3</command>
      </tagNode>
    </children>
  </node>
</interfaceDefinition>