Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- app&desk
- fargate
- 젠킨스
- openstack
- sagemaker
- OOP
- eks
- server base computing
- 마이크로서비스
- eslint
- 프로젝트
- serverless
- IaaS
- 객체지향
- rocky
- centos7
- 로키
- 구축
- 서버 베이스 컴퓨팅
- 가상 데스크탑 환경
- 오픈스택
- jenkins
- microservices
- AWS
- kubernetes
- xenserver app&desk
- 머신러닝
- no-param-reassign
- 설치
- 쿠버네티스
Archives
- Today
- Total
목록cinder (1)
IT
[openstack] 3.7 블록 스토리지 설치(cinder) - centos7 오픈스택 설치 및 구축 프로젝트 (rocky 버전)
3. 구성 과정 3.7 블록 스토리지 설치 3.7.1 Controller Node ○ 설치 • DB 설정 - root계정으로 DB 연결 $ mysql -u root -p - cinder DB생성 MariaDB [(none)]> CREATE DATABASE cinder; - cinder DB 액세스 권한 부여 /* cinder 데이터베이스의 모든 스키마에 대해 cinder 계정의 로컬접근 권한 허용 GRANT ALL PRIVILEGES ON cinder.* TO 'cinder'@'localhost' \ IDENTIFIED BY 'cinder 계정 비밀번호'; */ MariaDB [(none)]> GRANT ALL PRIVILEGES ON cinder.* TO 'cinder'@'localhost' \ IDE..
프로젝트/openstack
2019. 3. 29. 06:58