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일이 됩니다.

고객이 1년을 값으로 사용하려면 일을 사용하지 않고 52주를 사용하여 주석을 달아야 합니다. 기간 값은 주를 사용합니다.

 

Affected Products

PowerScale OneFS
Article Properties
Article Number: 000189740
Article Type: How To
Last Modified: 06 آذار 2026
Version:  4
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.