Vorheriges Thema: volume repairNächstes Thema: volume resize


volume repair Output

Dieses Thema enthält Befehlsausgabespezifikationen.

Die Ausgabe dieses Befehls ist Folgende:

Last Volume Repair Check: val Hrs ago
Next Volume Repair Check: <date/time> | in progress

---Error Volumes---
(table with the following columns: Scope, Name)

---Failed Volumes---
(table with the following columns: Scope, Name, Start Time, End Time, End State, Failure #)

---Repairing Volumes---
(table with the following columns: Scope, Name, Size(MB), Progress, Start Time, Elapsed Time)

---Queued Volumes---
(table with the following columns: Scope, Name, Priority)

---Suspended Volumes---
(table with the following columns: Scope, Name, Queue Time)

---Complete Volumes---
(table with the following columns: Scope, Name, Start Time, End Time)

Wenn die Option "--batch" angegeben wird, ist die Ausgabe dieses Befehls Folgende:

volume_status
   {
   last_check        = val 
   t_next_check      = val
   check_in_progress = yes|no

   Fehler
      {
      volume <name> : scope_type=val, scope_name=val
      ...
      }
   failed
      {
      volume <name> : scope_type=val, scope_name=val, t_start=val, t_end=val, end_state=val, failure_num=val
      ...
      }
   repairing
      {
      volume <name> : scope_type=val, scope_name=val, size=val, progress=val, t_start=val, t_elapsed=val, server=val
      ...
      }
   queued
      {
      volume <name> : scope_type=val, scope_name=val, priority=val
      ...
      }
   suspended
      {
      volume <name> : scope_type=val, scope_name=val, t_queue=val
      ...
      }
   complete
      {
      volume <name> : scope_type=val, scope_name=val, t_start=val, t_end=val 
      ...
      }
   }