Skip to content

Thin-Pool Snapshooting Clarification #737

Answered by peng225
jakobmoellerdev asked this question in Q&A
Discussion options

You must be logged in to vote

@jakobmoellerdev

Did you verify this manually once?

I tried it. As a result, I found that the snapshot became false status as I expected.

  1. Setup a topolvm example environment.
  2. Deploy necessarry CRDs and snapshot controller.
    I temporarily edited the example Makefile as follows and run make prepare-snap.
    EXTERNAL_SNAPSHOTTER_VERSION ?= v6.2.2
    .PHONY: prepare-snap
    prepare-snap: $(KUBECTL)
    	$(KUBECTL) apply -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/$(EXTERNAL_SNAPSHOTTER_VERSION)/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
    	$(KUBECTL) apply -f https://raw.githubusercontent.com/kubernetes-csi/external-sna…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@jakobmoellerdev
Comment options

@peng225
Comment options

Answer selected by jakobmoellerdev
@jakobmoellerdev
Comment options

@peng225
Comment options

@jakobmoellerdev
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants