작업 정보 가져오기

이 페이지에서는 Filestore 작업에 대한 상태 정보 및 기타 메타데이터를 가져오는 방법을 설명합니다.

시작하기 전에

gcloud CLI를 사용해서만 작업 정보를 가져올 수 있습니다. gcloud CLI를 사용하려면 gcloud CLI를 설치하거나 Google Cloud 콘솔에서 기본 제공되는 Cloud Shell을 사용해야 합니다.

Google Cloud Console로 이동

모든 작업에 대한 정보 가져오기

operations list 명령어를 실행하여 Filestore 작업 목록을 가져올 수 있습니다.

gcloud filestore operations list
    --[project=project-id] \
    --[zone=zone]

각 매개변수는 다음과 같습니다.

  • project-id는 Filestore 인스턴스가 포함된 Google Cloud 프로젝트의 프로젝트 ID입니다. Filestore 인스턴스가 gcloud 기본 프로젝트에 있으면 이 플래그를 건너뛸 수 있습니다. 다음을 실행하여 기본 프로젝트를 설정할 수 있습니다.

    gcloud config set project project-id
    
  • zone은 Filestore 인스턴스가 있는 영역입니다. gcloud filestore zones list 명령어를 실행하여 지원되는 영역 목록을 가져옵니다. Filestore 인스턴스가 gcloud 기본 영역에 있는 경우 이 플래그를 생략할 수 있습니다. 다음을 실행하여 기본 영역을 설정할 수 있습니다.

    gcloud config set filestore/zone zone
    

명령어는 다음과 비슷한 응답을 반환합니다.

OPERATION_NAME                                           LOCATION        TYPE    TARGET   STATUS  CREATE_TIME          DURATION
operation-1505929956434-559a2a41c217c-231e6a94-a4b6a803  us-central1-c   create  nfs1     DONE    2017-09-20T17:52:36  <1S    2017-09-20T18:13:00 operation-1505931180862-559a2ed176d0d-a0d70ae0-35ef2e71 europe-west1-b create nfs2 DONE><1S
>

특정 작업에 대한 정보 가져오기

operations describe 명령어를 실행하여 특정 Filestore 작업의 세부정보를 가져올 수 있습니다.

gcloud filestore operations describe operation-name \
    --[project=project-id] \
    --[zone=zone]

각 항목의 의미는 다음과 같습니다.

  • operation-name은 Filestore 작업의 이름입니다. 작업 이름 목록을 가져오려면 operations list를 사용합니다.
  • project-id는 Filestore 인스턴스가 포함된 Google Cloud 프로젝트의 프로젝트 ID입니다. Filestore 인스턴스가 gcloud 기본 프로젝트에 있으면 이 플래그를 건너뛸 수 있습니다. 다음을 실행하여 기본 프로젝트를 설정할 수 있습니다.

    gcloud config set project project-id
    
  • zone은 Filestore 인스턴스가 있는 영역입니다. gcloud filestore zones list 명령어를 실행하여 지원되는 영역 목록을 가져옵니다. Filestore 인스턴스가 gcloud 기본 영역에 있는 경우 이 플래그를 생략할 수 있습니다. config set filestore/zone 명령어를 실행하여 기본 영역을 설정할 수 있습니다.

    gcloud config set filestore/zone zone
    

명령어는 다음과 비슷한 응답을 반환합니다.

done: true
metadata:
  '@type': type.googleapis.com/google.cloud.common.OperationMetadata
  apiVersion: v1beta1
  createTime: '2017-10-09T22:18:09.347400Z'
  endTime: '2017-10-09T22:20:04.392199183Z'
  target: projects/filestore-test/locations/us-central1-c/instances/filer3
  verb: delete
name: projects/filestore-test/locations/us-central1-c/operations/operation-1507587489330-55b2490c4f394-faece090-1c0e16db