Isilon:スナップショット スケジュールの期間とその計算方法

Summary: スナップショット スケジュール期間の値を正しく表示するためには、その計算方法を理解する必要があります。

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Instructions

この例では、1 年を使用します。スナップショット スケジュールで年を設定すると、次の1Y6Dが表示されます。これは、選択した任意の数の期間にすることができます。答えは同じです。

以下を使用して「--duration=1Y」を設定する場合の例: isi snapshot schedules create

t822x-1# isi snapshot schedules view test1
           ID: 4
         Name: test1
         Path: /ifs/data/testfolder
      Pattern: ScheduleName_duration_%Y-%m-%d_%H:%M
     Schedule: the 1 every 1 month at 12:00 PM
     Duration: 1Y6D <<<<<<
        Alias: -

papi コード構成体は、次の値を定義します。

const int MAX_WEEKS = 105; // 2 years
const int MAX_DAYS = 100;
const int MAX_HOURS = 120; // 5 days

100日後、クラスターは週数を使用します。

したがって、1年は365日であり、365 / 7 = 52.14週、つまり52.14週になります。切り上げると、53週または1年と6日になります。

お客様が値に年を使用する場合は、日数ではなく52週間を使用して注釈を付ける必要があります。期間の値として、週を使用します。

 

Affected Products

PowerScale OneFS
Article Properties
Article Number: 000189740
Article Type: How To
Last Modified: 17 رمضان 1447
Version:  4
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.