rawfile-localpv
rawfile-localpv copied to clipboard
Dynamically deploy Stateful Persistent Node-Local Volumes & Filesystems for Kubernetes that is provisioned from RAW-device file loop mounted Local-Hostpath storage.
The `write_text` function used to write config file is not atomic https://stackoverflow.com/questions/73883435/is-python-3-path-write-text-from-pathlib-atomic
To reclaim space in the host one should regularly issue `fstrim` on the filesystem. Looks like recent kernels pass this through correctly for loopback deivces as well.
Looks lke XFS added reflink support, this can be leveraged to support snapshots for XFS https://blogs.oracle.com/linux/post/xfs-data-block-sharing-reflink
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
The following file has been created and modified: Added support for arm64 in .travis.yml to make docker images and publish them on docker hub. **Note:** I have not added the...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.17.3 to 3.18.3. Release notes Sourced from protobuf's releases. Protocol Buffers v3.18.3 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...
Hi Team, I have been working on building openebs/rawfile-localpv images for both amd64 and arm64 platforms. I have modified the .travis.yaml to build and publish the docker images for arm64...
Allow the data directory to be customized Default location of install to a location where Docker won't run out of disk space Modify helm chart to use hooks to control...
With 0.7.0 release I saw there is tracking of available space and therefore no scheduling on a node with insufficient capacity happens (`RESOURCE_EXHAUSTED_EXIT_CODE`). This is great :) Currently we have...