Hyper-V 환경 GitHub Enterprise의 디스크 확장
환경
하고 싶은 일
새 디스크는 연결하지 않고 기존 할당 디스크를 확장하고 싶습니다.
절차
아래 공식 절차를 참조했습니다.
Increasing storage capacity
거의 거의 이 대로로 갈 수 있습니다만, Hyper-V인 것과 메인터넌스 모드에 약간 당황했기 때문에 남겨 둡니다.
GHE를 유지보수 모드로 전환
아래 공식 절차를 참조했습니다.
Increasing storage capacity
거의 거의 이 대로로 갈 수 있습니다만, Hyper-V인 것과 메인터넌스 모드에 약간 당황했기 때문에 남겨 둡니다.
GHE를 유지보수 모드로 전환
Hyper-V 측에서 VM 디스크 확장
GHE 측에서 디스크 확장
Accessing the administrative shell
$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/ghe_storage_abcdefgh-ghe_user_data 125G 4.1G 115G 4% /data/user
$ ghe-storage-extend
中略
Success: ghe_storage_abcdefgh is 140.00g
$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/ghe_storage_abcdefgh-ghe_user_data 138G 4.0G 127G 4% /data/user
GHE 유지보수 모드 해제
여기서 조금 빠졌습니다만, GHE 관리 화면을 아무리 찾아도 메인터넌스 모드를 Disable 하는 기능이 보이지 않았습니다.
조사해 보면 cmdlet이 준비되어 있었으므로, 커멘드로 메인터넌스 모드를 해제했습니다.
$ ghe-maintenance -q
maintenance mode set
$ ghe-maintenance -u
$ ghe-maintenance -q
maintenance mode not set
Reference
이 문제에 관하여(Hyper-V 환경 GitHub Enterprise의 디스크 확장), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/shingo_kawahara/items/4bbb4a647da83bf69059텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)