mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
doc: rename "master" branch to "devel"
Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
committed by
Madhu Rajanna
parent
165a837bca
commit
253858c104
@ -83,11 +83,11 @@ to upgrade from cephcsi v3.0 to v3.1
|
||||
|
||||
## Upgrading from v3.1 to v3.2
|
||||
|
||||
**Ceph-csi releases from master are expressly unsupported.** It is strongly
|
||||
**Ceph-csi releases from devel are expressly unsupported.** It is strongly
|
||||
recommended that you use [official
|
||||
releases](https://github.com/ceph/ceph-csi/releases) of Ceph-csi. Unreleased
|
||||
versions from the master branch are subject to changes and incompatibilities
|
||||
that will not be supported in the official releases. Builds from the master
|
||||
versions from the devel branch are subject to changes and incompatibilities
|
||||
that will not be supported in the official releases. Builds from the devel
|
||||
branch can have functionality changed and even removed at any time without
|
||||
compatibility support and without prior notice.
|
||||
|
||||
|
@ -39,7 +39,7 @@ Encryption Key (DEK) for PVC encryption:
|
||||
- the KMS configuration is available for the Ceph-CSI pods at
|
||||
`/etc/ceph-csi-encryption-kms-config/config.json`
|
||||
- [example of the
|
||||
configuration](https://github.com/ceph/ceph-csi/blob/master/examples/kms/vault/kms-config.yaml)
|
||||
configuration](https://github.com/ceph/ceph-csi/blob/devel/examples/kms/vault/kms-config.yaml)
|
||||
|
||||
## Dependencies
|
||||
|
||||
|
@ -189,7 +189,7 @@ Here is a short guide on how to work on a new patch. In this example, we will
|
||||
work on a patch called *hellopatch*:
|
||||
|
||||
```console
|
||||
git checkout master
|
||||
git checkout devel
|
||||
git pull
|
||||
git checkout -b hellopatch
|
||||
```
|
||||
@ -263,22 +263,22 @@ need to be met before it will be merged:
|
||||
community feedback.
|
||||
* The 24 working hours counts hours occurring Mon-Fri in the local timezone
|
||||
of the submitter.
|
||||
* Each PR must be fully updated to master and tests must have passed
|
||||
* Each PR must be fully updated to devel and tests must have passed
|
||||
* If the PR is having trivial changes or the reviewer is confident enough that
|
||||
PR doesn't need a second review, the reviewer can set `ready-to-merge` label
|
||||
on the PR. The bot will merge the PR if it's having one approval and the
|
||||
label `ready-to-merge`.
|
||||
|
||||
When the criteria are met, a project maintainer can merge your changes into
|
||||
the project's master branch.
|
||||
the project's devel branch.
|
||||
|
||||
### Backport a Fix to a Release Branch
|
||||
|
||||
The flow for getting a fix into a release branch is:
|
||||
|
||||
1. Open a PR to merge the changes to master following the process outlined above.
|
||||
1. Open a PR to merge the changes to devel following the process outlined above.
|
||||
1. Add the backport label to that PR such as `backport-to-release-vX.Y.Z`
|
||||
1. After your PR is merged to master, the mergify bot will automatically open a
|
||||
1. After your PR is merged to devel, the mergify bot will automatically open a
|
||||
PR with your commits backported to the release branch
|
||||
1. If there are any conflicts you will need to resolve them by pulling the
|
||||
branch, resolving the conflicts and force push back the branch
|
||||
|
@ -60,7 +60,7 @@ The snapshot is created on/for an existing PVC. You should
|
||||
have a PVC in bound state before creating snapshot from it.
|
||||
It is recommended to create a volume snapshot or a PVC clone
|
||||
only when the PVC is not in use.
|
||||
Please refer pvc creation [doc](https://github.com/ceph/ceph-csi/blob/master/docs/deploy-cephfs.md)
|
||||
Please refer pvc creation [doc](https://github.com/ceph/ceph-csi/blob/devel/docs/deploy-cephfs.md)
|
||||
for more information on how to create a PVC.
|
||||
|
||||
- Verify if PVC is in Bound state
|
||||
|
Reference in New Issue
Block a user