# 볼륨 관리

### Volume 조회

```javascript
pxctl volume list
```

### Volume Snapshot 조회

```javascript
pxctl volume list --snapshot
```

### Snapshot 복구

> 스냅샷 복구 전에 해당 볼륨은 스토리지 풀에서 detach가 되어있어야 합니다.

### Block Volume 생성

```javascript
pxctl volume create vol1
```

_Volume successfully created: 500139540844745748_

### Shared Volume 생성

```javascript
pxctl volume create vol2 --sharedv4
```

_Volume (with Sharedv4 support) successfully created: 504899886309506802_

### Shared Volume 생성 (용량, IO 우선순위 지정)

```javascript
pxctl volume create vol3 --sharedv4 --io_priority high --size 5
```

_Volume (with Sharedv4 support) successfully created: 1118342382704056416_

### Volume Inspection

```javascript
pxctl volume inspect vol3
```

![Image](https://upload.cafenono.com/image/slashpageHome/20240522/213107_e4MH8hBl7c3XZgdno7?q=75&s=1280x180&t=outside&f=webp)

### Volume Attach

```javascript
pxctl host attach vol4
```

### Volume Attach

```javascript
pxctl host mount vol4
```

### Storage Pool

```javascript
pxctl service pool show
```

For the site tree, see the [root Markdown](https://slashpage.com/kies.md).
