summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-raid.xml
blob: b0930742ac61e5a23b5424a3072aec3515cecf1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="show">
    <children>
    <tagNode name="raid">
      <properties>
        <help>Show statis 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>