Commit graph

23 commits

Author SHA1 Message Date
Pawan
a4bdaec3f2 chore(doc): adding btrfs filesystem in the doc
Signed-off-by: Pawan <pawan@mayadata.io>
2020-07-08 17:25:08 +05:30
Aman Gupta
2b13a04db4 chore(readme): Update the project status to beta in readme
Signed-off-by: Aman Gupta <aman.gupta@mayadata.io>
2020-06-19 20:38:16 +05:30
Pawan
25d1f1a413 feat(zfspv): pvc should be bound only if volume has been created.
The controller does not check whether the volume has been created or not
and return successful. Which in turn binds the pvc to the pv.

The PVC should not bound until corresponding zfs volume has been created.
Now controller will check the ZFSVolume CR state to be "Ready" before returning
successful. The CSI will retry the CreateVolume request when it will get
a error reply and when the ZFS node agent creates the ZFS volume and sets the
ZFSVolume CR state to be "Ready", the controller will return success for the
CreateVolume Request and then PVC will be bound.

Signed-off-by: Pawan <pawan@mayadata.io>
2020-05-21 08:49:57 +05:30
Pawan
bd86d4cd48 chore(doc): adding 0.7.0 and 0.6.1 changelog
Also updated readme with the link to configure custom topology keys.

Signed-off-by: Pawan <pawan@mayadata.io>
2020-05-15 19:47:42 +05:30
Aman Gupta
9c81ba9587
Fix the link in READme to the raw-block-volume.md file (#109)
Signed-off-by: Aman Gupta <aman.gupta@mayadata.io>
2020-05-11 09:46:23 +05:30
Pawan
34cc65df00 chore(doc): adding raw block volume details in README
also added detailed upgrade steps.

Signed-off-by: Pawan <pawan@mayadata.io>
2020-05-07 22:25:10 +05:30
Pawan
1ed9ce525c chore(readme): adding e2e project link in README
Signed-off-by: Pawan <pawan@mayadata.io>
2020-03-21 11:23:10 +05:30
Pawan
fd2ec40fb5 chore(doc): adding resize details in README
Signed-off-by: Pawan <pawan@mayadata.io>
2020-03-06 14:02:23 +05:30
Pawan
0fc86d843b chore(doc): updating readme with snapshot and clone details
Signed-off-by: Pawan <pawan@mayadata.io>
2020-03-01 00:30:22 +05:30
Aman Gupta
d826d1dcb8 fix(doc): Resolving the typo error in README doc
Signed-off-by: Aman Gupta <aman.gupta@mayadata.io>
2020-01-28 12:32:40 +05:30
Pawan
620be59016 chore(doc): adding badges for the ZFSPV repository
Signed-off-by: Pawan <pawan@mayadata.io>
2019-12-24 09:15:08 +05:30
Pawan Prakash Sharma
8078791cc5 chor(doc): adding roadmap in the README (#25)
* chor(doc): adding roadmap in the README

Signed-off-by: Pawan <pawan@mayadata.io>
2019-12-11 15:43:28 +05:30
Pawan
0b7229a573 chore(doc): updating readme with latest details
Signed-off-by: Pawan <pawan@mayadata.io>
2019-11-22 17:17:36 +05:30
Akhil Mohan
4ffd857191 chore(README): fix scheduling algorithm doc
fix scheduling algorithm doc and explain how the scheduling is
done currently. Also included the steps to make use of
kubernetes scheduler instead of the scheduler in zfs-localpv

Signed-off-by: Akhil Mohan <akhil.mohan@mayadata.io>
2019-11-14 18:56:09 +05:30
Pawan
69d72bd64e fix(bug): fixed a typo for thinprovision json name.
Signed-off-by: Pawan <pawan@mayadata.io>
2019-11-08 18:26:36 +05:30
Pawan
66cd525bab fix(doc): updating sample ZFSVolume CR
Signed-off-by: Pawan <pawan@mayadata.io>
2019-11-08 15:51:06 +05:30
Pawan
a863a518a3 chore(doc): updating readme with latest details
Signed-off-by: Pawan <pawan@mayadata.io>
2019-11-07 16:08:58 +05:30
fossabot
cc6ff6c520 Add license scan report and status
Signed-off-by: fossabot <badges@fossa.io>
2019-09-26 07:53:46 +05:30
Pawan
37888725d9 moving supported system near pre-req
Signed-off-by: Pawan <pawan@mayadata.io>
2019-09-20 19:59:06 +05:30
Pawan
0ca8141f0f chore(doc): updating README with volume property usage
Signed-off-by: Pawan <pawan@mayadata.io>
2019-09-20 19:59:06 +05:30
Pawan
b33542eee2 bug(zfspv): not able to deploy on rancher with ZFS 0.8.
The ZFS 0.8 has dependency on libcrypto.so.1.1 which in turn
requires GLIBC_2.25 supported by the system. Changed the docker
image to 18:04 as 16:04 has glibc version 2.23.

Also updated the README with the supported system details.

Signed-off-by: Pawan <pawan@mayadata.io>
2019-09-19 21:26:26 +05:30
Pawan
eee591257c chore(doc): adding README for ZFSPV
Signed-off-by: Pawan <pawan@mayadata.io>
2019-09-18 22:42:03 +05:30
Kiran Mova
8d81b8b9c6
Initial commit 2019-08-21 14:27:14 +05:30