Commit Graph

164 Commits

Author SHA1 Message Date
Sheng Yang
6937ed8027
Longhorn v0.6.1 release
To fix https://github.com/longhorn/longhorn/issues/754

Noted that engine is kept at v0.6.0.

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2019-09-23 14:53:24 -07:00
Sheng Yang
212bc46504
Longhorn v0.6.0 release
Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2019-09-21 15:57:47 -07:00
Sheng Yang
c2e5a610a8 doc: Make sure user understand v0.5.0 to v0.6.0 needs offline upgrade
Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2019-09-21 14:56:37 -07:00
Sheng Yang
2cc6d2608c doc: Remove base image documents
The feature was removed in v0.6.0.

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2019-09-19 08:33:58 -07:00
Sheng Yang
a3be6e1ce3 doc: Add documents for v0.6.0
Signed-off-by: Shuo Wu <shuo@rancher.com>
Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2019-09-18 14:49:47 -07:00
Sheng Yang
146b3aac02
Update README.md
Add the requirement of host filesystem.

Fixes https://github.com/longhorn/longhorn/issues/533

Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2019-09-15 14:39:54 -07:00
Sheng Yang
a7fcdb4ba6
Update README.md
Update license owner to `The Longhorn Authors`
2019-08-25 12:56:29 -10:00
Sheng Yang
6f98f4fc78 Add community section in the README.md
Signed-off-by: Sheng Yang <sheng.yang@rancher.com>
2019-08-20 09:36:36 -10:00
Sheng Yang
d02316da0d
Update README.md
Update GitHub repo to longhorn/longhorn instead of rancher/longhorn.

#642
2019-07-22 11:27:29 -07:00
wu.sphinx
3966ff41ed del needless symbol 2019-07-03 18:54:45 -07:00
Sheng Yang
097dc50bbf
Merge pull request #561 from rancher/v0.5.0
Longhorn v0.5.0 release
2019-05-18 12:44:41 -07:00
Sheng Yang
f0fd037eda Longhorn v0.5.0 release
Highlights:
1. Users now can use Disaster Recovery Volume support (#495 ) to recover
   the volume in another Kubernetes cluster with defined RTO and RPO. See
   [here](https://github.com/rancher/longhorn/blob/v0.5.0/docs/dr-volume.md)
   for details
2. Users now can see Kubernetes workload information and create PV/PVC in
   Longhorn UI (#461 ) .See
   [here](https://github.com/rancher/longhorn/blob/v0.5.0/docs/k8s-workload.md)
   for details
3. Users now can set backup scheduling in the storage class (#362)
4. We now add the Helm chart in the Longhorn repo, in addition to Rancher
   Apps. (#445 )

See all the issues resolved in v0.5.0 at:
https://github.com/rancher/longhorn/milestone/3?closed=1

The volume engines would need to upgrade to v0.5.0 as well.
Please follow the instruction to upgrade engine.
2019-05-18 12:42:15 -07:00
Shuo Wu
e7c9e7c197 Add doc for disaster recovery volume
Longhorn issue 535
2019-05-17 18:53:53 -07:00
Shuo Wu
5a7a3cb755 Add doc for Kubernetes integration feature
Longhorn issue 536
2019-05-16 18:20:00 -07:00
Shuo Wu
e0775905bf chart: updated README.md 2019-05-09 10:37:57 -07:00
Shuo Wu
ad3d52d531 chart: add installation guide and related config yaml file for chart 2019-05-08 18:15:34 -07:00
Shuo Wu
af0be15b89 Update README.md for uninstall modification 2019-04-17 23:16:24 -07:00
Sheng Yang
87a890efe4
Update README.md 2019-04-16 14:53:11 -07:00
Sheng Yang
42a56c38b2
Update README.md 2019-04-16 14:45:54 -07:00
Sheng Yang
9e73d276a1
Update README.md
Fix typos
2019-04-05 13:09:50 -07:00
Sheng Yang
ee06f2a8a1
Update README.md 2019-04-03 13:06:46 -07:00
Sheng Yang
3c86c1340a
Update README.md 2019-04-03 11:10:13 -07:00
Sheng Yang
56ad623888
Update README.md 2019-04-03 10:55:15 -07:00
sheng-liang
3a7ea32d01
Update README.md 2019-04-03 09:30:11 -07:00
Sheng Yang
8bacfac868
Update README.md 2019-04-02 11:43:13 -07:00
Sheng Yang
6a8a73d5ab
Update README.md 2019-04-01 19:34:08 -07:00
Sheng Yang
36719830eb
Update README.md 2019-04-01 19:31:45 -07:00
Sheng Yang
09af299e43
Update README.md 2019-04-01 19:30:53 -07:00
Sheng Yang
413c73afeb
Update README.md 2019-04-01 19:28:23 -07:00
Sheng Yang
de65424b51
Update README.md 2019-04-01 19:26:55 -07:00
Sheng Yang
eb3debf099
Update README.md 2019-04-01 19:23:24 -07:00
Shuo Wu
15f0b9c26b add CoreOS support and rename rancheros.md to csi-config.md 2019-03-26 18:18:58 -07:00
Sheng Yang
2c07481b75 Longhorn v0.4.1 release
Longhorn v0.4.1 has added support for RancherOS and K3S.

Highlights:
1. Support for RancherOS and K3S. See https://github.com/rancher/longhorn/blob/v0.4.1/docs/rancheros.md
2. Support for restore a backup into an image file. See https://github.com/rancher/longhorn/blob/v0.4.1/docs/restore-to-file.md
3. Improve logging mechanism across the board.

See all the issues resolved in v0.4.1 at: https://github.com/rancher/longhorn/milestone/10?closed=1

The volume engines would need to upgrade to v0.4.1 as well. Please follow the instruction to upgrade engine.
2019-03-22 20:09:57 -07:00
Shuo Wu
ef96541f0d Add doc restore-to-file.md 2019-03-22 19:07:09 -07:00
Shuo Wu
14b194d826 Add rancheros.md 2019-03-22 16:09:44 -07:00
Sheng Yang
26c2a70df9 Longhorn v0.4.0 release 2019-02-22 11:41:56 -08:00
Sheng Yang
31798dca74
Update README.md
Update version to 0.4.0
2019-02-21 21:04:09 -08:00
Sheng Yang
f7c572cfb6
Update README.md
Add node-failure.md and support bundle explanation.
2019-02-21 17:00:28 -08:00
Sheng Yang
c78236329c Longhorn v0.3.3 release
Engine image: rancher/longhorn-engine:v0.3.3
Manager image: rancher/longhorn-manager:v0.3.3
UI Image: rancher/longhorn-ui:v0.3.3

New features:

1. #299 Support set the default number of replicas (replica count) and dynamic adjust replica count of an attached volume.
2. Live upgrade for Engine image became beta. Upgrade from Engine v0.3.0 to v0.3.3 can be done without volume downtime (except if you need the fix for #324 2TB volume size limitation)

Notice Longhorn Engine has been updated to v0.3.3. Please follow the steps [here](https://github.com/rancher/longhorn/blob/master/docs/upgrade.md#upgrade-engine-images) to upgrade engines.

See [here](https://github.com/rancher/longhorn/milestone/6?closed=1) for the list of bugs fixed.
2019-01-15 13:18:20 -08:00
Sheng Yang
fb540f2f86
Update README.md 2019-01-15 10:21:05 -08:00
Sheng Yang
17ca2f2acb
Update README.md 2019-01-15 10:20:09 -08:00
Sheng Yang
1ccddcec6d Longhorn v0.3.3-rc1 release 2019-01-11 18:01:32 -08:00
Sheng Yang
c45856553f
Update README.md 2019-01-11 12:13:39 -08:00
Sheng Yang
3402a98209
Update README.md
Update about Kubernetes v1.13.
2019-01-11 12:13:05 -08:00
James Oliver
6454bd3fa8 Update uninstallation procedure, synchronize chart doc 2019-01-11 12:05:23 -08:00
Sheng Yang
a57e48b24c
Longhorn v0.3.2 release
Engine image: rancher/longhorn-engine:v0.3.0
Manager image: rancher/longhorn-manager:v0.3.2
UI Image: rancher/longhorn-ui:v0.3.2

Changelog:
1. Fix CSI support for Kubernetes v1.12
2. Fix unable to delete nodes which already have been removed from Kubernetes
3. Add the Upgrade Checker to allow automatically checking for the new version of Longhorn.

Rancher Longhorn App Chart:
1. Longhorn App has been updated to use Rancher proxy. It means Longhorn UI now behind the Rancher server authentication.
2. Rancher v2.1.x users can now uninstall Longhorn directly from the Rancher UI. Rancher v2.0.x users still need to follow the instruction to uninstall using the cleanup script.
2018-11-09 16:20:10 -08:00
Sheng Yang
249ba938b1
Update README.md 2018-11-09 08:34:19 -08:00
Sheng Yang
932f7459b0
Longhorn v0.3.1 release
1. Fixed a critical NPE during the upgrade to v0.3.0 release
2. Now reboot a node with attached volume would result in volume automatically reattach to the node.
3. The new Flexvolume automatic detection mechanism should simply the deployment process.
2018-09-17 20:29:36 -07:00
James Oliver
103ed52d7a Update upgrade docs for v0.3.1 release 2018-09-14 15:53:38 -07:00
Sheng Yang
39cc2f1a14
Update README, separate a few items into docs 2018-09-13 20:03:09 -07:00
James Oliver
b7ba5170e0 Update the uninstallation procedure 2018-09-12 18:03:39 -07:00
James Oliver
581b54651a Update docs relevant to FlexVolume dirpath setting 2018-09-12 18:03:39 -07:00
Alex B
64ae665ba8 AWS S3 backup store settings added to README.md (#280)
Add instruction for adding AWS S3 backupstore.
2018-09-07 13:51:55 -07:00
Sheng Yang
b8ff0b5011
Update README.md
Add how to install open-iscsi on Ubuntu or RHEL.
2018-08-24 12:26:33 -07:00
Sheng Yang
8f7c94c23d
Update README.md
Add the instruction to delete all the PV/PVC resources before uninstalling.
2018-08-24 11:55:20 -07:00
Sheng Yang
e98caf3583
Longhorn v0.3.0 2018-08-23 15:08:22 -07:00
Sheng Yang
b64d87f998
Update README.md
Update Demo.
2018-08-23 15:04:40 -07:00
Sheng Yang
c3467dc0c9
Update README.md
Change a few kubectl command from `apply` to `create`. The user should aware that storage class, pod or minio exists or not.
2018-08-23 14:39:37 -07:00
Sheng Yang
f437b978d9 release: Update URLs contains v0.3-rc to use master instead 2018-08-23 14:31:57 -07:00
Sheng Yang
0953371646
Update README.md
Fix a typo.
2018-08-22 20:01:22 -07:00
Sheng Yang
b892623bdc
Update README.md
Update environment_check.sh result.
2018-08-22 20:00:28 -07:00
Sheng Yang
112b697422
Update README.md
Correct word styling.
2018-08-22 17:28:06 -07:00
Sheng Yang
d8b911cb6a
Update README.md
Fixes https://github.com/rancher/longhorn/issues/233
2018-08-22 14:35:38 -07:00
Sheng Yang
7d4d7eb947
Update README.md 2018-08-22 12:38:55 -07:00
Sheng Yang
e3f6c79b8e
Update README.md 2018-08-22 12:36:59 -07:00
James Oliver
158c767e55 Refer to check environment script where applicable 2018-08-21 20:43:30 -07:00
James Oliver
0dc32d7676 Document upgrade path from v0.1, v0.2 to v0.3 2018-08-21 16:12:43 -07:00
Sheng Yang
dbb54b4588 Revert "docs: Remove Upgrade instruction for now"
This reverts commit ac838a35a9.

Adding back the doc. We're going to release when it's ready.
2018-08-09 19:33:27 -07:00
James Oliver
01d4660660 Document base image 2018-08-09 17:53:36 -07:00
Sheng Yang
f694739060
Update README.md 2018-08-09 17:15:57 -07:00
Sheng Yang
4a3078a84b
Update README.md
Add instruction on how to find out if host supports MountPropagation.
2018-08-09 17:14:42 -07:00
Sheng Yang
ac838a35a9 docs: Remove Upgrade instruction for now
It's not ready yet.
2018-08-09 13:34:36 -07:00
Sheng Yang
9c9b77b120 Add docs for upgrade and iSCSI 2018-08-08 00:25:16 -07:00
Michael William Le Nguyen
7cf33f33dd Add documentation for restoring for Stateful Set 2018-08-07 11:25:43 -07:00
Sheng Yang
a009f02e71
Update README.md
Correct link.
2018-08-04 00:32:54 -07:00
Sheng Yang
4e97389621
Update README.md
Add link to the example pvc and show the minio-secret yaml file.
2018-08-04 00:31:04 -07:00
Sheng Yang
50354e4611 Create ./docs/ for documents
And move part of README.md to it.
2018-08-04 00:13:27 -07:00
Sheng Yang
a5441c30dc
Update README.md
Update backupstore URL
2018-08-02 13:40:10 -07:00
Sheng Yang
082817fb79
Update README.md
Fix typo for s3.
2018-08-02 10:54:19 -07:00
Sheng Yang
382d2a588a
Update README.md
Format fix.
2018-08-02 08:59:06 -07:00
Sheng Yang
8374a05263
Update README.md
Correct URL
2018-08-02 08:23:49 -07:00
Sheng Yang
3418431ead
Update README.md 2018-08-02 00:18:17 -07:00
Sheng Yang
dfcf7ca8cf Fix wrong path of storageclass.yaml 2018-08-02 00:16:30 -07:00
Sheng Yang
3757bf9e6c Update README.md and yaml for v0.3-rc1 2018-08-02 00:03:55 -07:00
Sheng Yang
4bceb56cec
Update README.md
Add RKE Flexvolume plugin location.
2018-06-20 12:35:54 -07:00
Per Junel
9cdf5f9533 Fixed some README typos. 2018-05-30 20:33:51 -07:00
Sheng Yang
b6d3ab2e68
Update README.md
Update to point to the yaml file from the master branch.

And we will try to keep that stable.
2018-03-27 18:10:55 -07:00
Sheng Yang
2ce49a1235
Update README.md
Update demo video
2018-03-26 20:50:28 -07:00
Sheng Yang
a534a4e091
Update README.md
Add demo video
2018-03-26 15:11:48 -07:00
Sheng Yang
d22bb22d23
Update README.md
Add cmd to delete all the volumes.
2018-03-26 11:07:59 -07:00
Sheng Yang
0244dd932d
Update README.md
Add some details about Longhorn UI.
2018-03-26 10:52:41 -07:00
Sheng Yang
1c3c1d838b
Update README.md
Fix a typo. `0.2` vs `v0.2`
2018-03-23 14:56:55 -07:00
Sheng Yang
91ecdeb356 Longhorn v0.2 release
Longhorn Manager:
image: rancher/longhorn-manager:1ebf5cb
version: 8be099b76e

Longhorn Engine:
image: rancher/longhorn-engine:de88734
version: 8be099b76e

Longhorn UI:
image: rancher/longhorn-ui:4611040
version: 4611040596
2018-03-23 14:53:32 -07:00
Sheng Yang
d34090c014
Update README.md
Update to use the 0.2 release yaml.
2018-03-22 18:20:50 -07:00
Sheng Yang
5586cab8cd Update README.md
Remove manual PV creation part.
2018-03-22 18:13:57 -07:00
sheng-liang
31e0779460
Update README.md 2018-03-16 11:47:21 -07:00
Sheng Yang
ab6fd8ccf0
Update README.md
To reflect the change:
1. Added storage class and dynamic provisioner.
2. Update the deployment mechanism of Longhorn driver.
2018-03-13 17:36:09 -07:00
Sheng Yang
a917063ebc
Update README.md
Fix a typo regarding kubelet flexvolume dir parameter.
2018-03-01 16:24:38 -08:00
Sheng Yang
fa60ab7b21
Update README.md
Add uninstall command
2018-01-16 11:14:09 -08:00
Sheng Yang
1dd3618256 Update deploy example.yaml
Major updates:
1. Longhorn will now run in the `longhorn-system` namespace by default.
2. Improvement on Longhorn Driver includes dependency check when started and
automatic static-linked jq installation
3. Use ganesha as the NFS server for testing to remove the dependency of
`nfs-kernel-server` on the host.
2018-01-15 18:01:27 -08:00