mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-11 22:10:11 +01:00
feat(scheduling): add zfs pool capacity tracking (#335)
Signed-off-by: shubham <shubham.bajpai@mayadata.io>
This commit is contained in:
parent
4fce22afb5
commit
3eb2c9e894
26 changed files with 2284 additions and 7 deletions
|
|
@ -92,6 +92,20 @@ echo '
|
|||
cat deploy/yamls/zfs.openebs.io_zfsrestores.yaml >> deploy/yamls/zfsrestore-crd.yaml
|
||||
rm deploy/yamls/zfs.openebs.io_zfsrestores.yaml
|
||||
|
||||
echo '
|
||||
##############################################
|
||||
########### ############
|
||||
########### ZFSNode CRD ############
|
||||
########### ############
|
||||
##############################################
|
||||
|
||||
# ZFSNode CRD is autogenerated via `make manifests` command.
|
||||
# Do the modification in the code and run the `make manifests` command
|
||||
# to generate the CRD definition' > deploy/yamls/zfsnode-crd.yaml
|
||||
|
||||
cat deploy/yamls/zfs.openebs.io_zfsnodes.yaml >> deploy/yamls/zfsnode-crd.yaml
|
||||
rm deploy/yamls/zfs.openebs.io_zfsnodes.yaml
|
||||
|
||||
## create the operator file using all the yamls
|
||||
|
||||
echo '# This manifest is autogenerated via `make manifests` command
|
||||
|
|
@ -117,6 +131,9 @@ cat deploy/yamls/zfsbackup-crd.yaml >> deploy/zfs-operator.yaml
|
|||
# Add ZFSRestore v1 CRDs to the Operator yaml
|
||||
cat deploy/yamls/zfsrestore-crd.yaml >> deploy/zfs-operator.yaml
|
||||
|
||||
# Add ZFSNode v1alpha1 CRDs to the Operator yaml
|
||||
cat deploy/yamls/zfsnode-crd.yaml >> deploy/zfs-operator.yaml
|
||||
|
||||
# Add the driver deployment to the Operator yaml
|
||||
cat deploy/yamls/zfs-driver.yaml >> deploy/zfs-operator.yaml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue