skalenetwork / skalenetwork/node-cli
Allow to change block device name
Open
@badrogger is already working on this.
Since Dec 5, 2023.
enhancement
- Dominant language
- Python
- Stars
- 21
- Forks
- 7
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 5
Description
Currently changing block device name (without changing block device itself) breaks upgrade procedure.
The reason is the check that prevents allocating schain volumes on multiple devices, which only check block device name instead of the disk itself. This check should be improved to allow adding symlinks/aliases to exiting devices.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.