Release 0.6.10

- Implement a storage plugin for Proxmox. Now you can use Vitastor with Proxmox!
- Implement `vitastor-cli df` (pool space usage statistics) command
- Add glob pattern support for `vitastor-cli ls`
- Fix several bugs in other CLI commands (resize, create --parent, modify --readonly)
- Use 512 byte logical block size in QEMU driver by default (and thus don't require to set it in QEMU options)
This commit is contained in:
Vitaliy Filippov
2021-12-10 21:40:12 +03:00
parent 139b98d80f
commit 2020608a39
15 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ package vitastor
const (
vitastorCSIDriverName = "csi.vitastor.io"
vitastorCSIDriverVersion = "0.6.9"
vitastorCSIDriverVersion = "0.6.10"
)
// Config struct fills the parameters of request or user input