Pawan Prakash Sharma
43553d6077
refactor(readme): refactoring readme ( #254 )
...
* adding openebs logo and updating project status
* Updating the GA release version
Signed-off-by: Pawan <pawan@mayadata.io>
2020-12-14 20:31:38 +05:30
Pawan Prakash Sharma
ef75e6cb2d
chore(doc): adding installation instruction for microk8s ( #251 )
...
Signed-off-by: Pawan <pawan@mayadata.io>
2020-12-14 12:16:09 +05:30
Aman Gupta
5a5b043507
fix(doc): fixed tha kustomization yaml file path in readme
...
Signed-off-by: Aman Gupta <aman.gupta@mayadata.io>
2020-12-09 10:08:19 +05:30
Pawan Prakash Sharma
f386bfc4ce
feat(kustomize): adding deployment via kustomize ( #231 )
...
Signed-off-by: Pawan <pawan@mayadata.io>
2020-10-31 10:06:22 +05:30
Naveenkhasyap
55a155c4a5
add go report card badge for ZFS-LocalPV ( #223 )
...
Signed-off-by: Naveenkhasyap <naveen.maltesh@gmail.com>
2020-10-01 14:20:58 +05:30
Pawan Prakash Sharma
5ea411ad05
chore(doc): updating the doc with supported storageclass parameters ( #212 )
...
Updating the doc with supported storageclass parameters
Also updated the readme with operator yaml to install the latest release
instead of ci release. Also corrected few formatting in the doc.
Adding hackmd notes from community meetings.
Signed-off-by: Pawan <pawan@mayadata.io>
2020-09-23 23:10:03 +05:30
Pawan
5d05468694
chore(doc): adding docs for backup and restore
...
Signed-off-by: Pawan <pawan@mayadata.io>
2020-09-15 23:31:54 +05:30
Pawan
22d2a0d4cc
chore(doc): adding volume capacity roundoff details in readme
...
Signed-off-by: Pawan <pawan@mayadata.io>
2020-08-10 11:26:54 +05:30
Waqar Ahmed
8d3705b08b
chore(doc): Update Readme to specify usage of child dataset for poolname ( #190 )
...
As discussed in https://github.com/openebs/zfs-localpv/issues/189 , it is possible to use a child dataset instead of the root dataset and this change reflects the usage in readme for users.
Signed-off-by: Waqar Ahmed <waqarahmedjoyia@live.com>
2020-07-30 20:11:15 +05:30
Pawan
5fd1735c68
chore(doc): adding supported features doc for each k8s version
...
Signed-off-by: Pawan <pawan@mayadata.io>
2020-07-27 00:07:25 +05:30
Aman Gupta
f4ccefa7bd
chore(readme): updating the readme for application-consistent snapshot
...
Signed-off-by: Aman Gupta <aman.gupta@mayadata.io>
2020-07-09 20:47:33 +05:30
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