Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: bk201/node-disk-manager

Tags

v0.7.9

Toggle v0.7.9's commit message
ci: Bump image version in the Harvester repo when tagging

Add a workflow to create a PR in the harvester/harvester repo when seeing a tag event.
The workflow will:
- Determine the stable branch in this repo. e.g., version v0.7.8 -> branch v0.7.x.
- Reading the file `.github/branch-mappings.yaml` and determine the corresponding
  Harvester branch. e.g., v0.7.x -> v1.4
- Clone harvester/harvester repo and modify the component's image tags in
  `deploy/charts/harvester/values.yaml`
- Submit a PR.

v0.1.2

Toggle v0.1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Don't log error if we gonna return it

Signed-off-by: Weihang Lo <[email protected]>

v0.1.1

Toggle v0.1.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Let SaveBlockDevice update more precisely

A new block device status is derived from sysfs, and that results
in lacking `FileSystem.LastFormattedAt`. We copy that field before
`DeepEqual` comparison to reduce unnecessary updates.

Signed-off-by: Weihang Lo <[email protected]>

v0.1.0

Toggle v0.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Remove leader since NDM should run on every nodes

NDM as a daemonset should run on every nodes to detect disk attachments
and detachments. Therefore the leader election is unnecessary for NDM.

Signed-off-by: Weihang Lo <[email protected]>