前のトピック: volume repair

次のトピック: volume resize


volume repair の出力

このトピックにはコマンドの出力仕様が含まれます。

このコマンドの出力を以下に示します。

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

---Error Volumes---
(テーブルは以下の列を含む: Scope、Name)

---Failed Volumes---
(テーブルは以下の列を含む: Scope、Name、Start Time、End Time、End State、Failure #)

---Repairing Volumes---
(テーブルは以下の列を含む: Scope、Name、Size(MB)、Progress、Start Time、Elapsed Time)

---Queued Volumes---
(テーブルは以下の列を含む: Scope、Name、Priority)

---Suspended Volumes---
(テーブルは以下の列を含む: Scope、Name、Queue Time)

---Complete Volumes---
(テーブルは以下の列を含む: Scope、Name、Start Time、End Time)

--batch オプションが指定された場合、このコマンドの出力は次のとおりです。

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

   error
      {
      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 
      ...
      }
   }