Hi Community,
to create a rbd image of 1T with an object size of 16K is easy. I did it like this:
BUT after creating a snapshot (took very long) of the image I was close to kill my cluster. 2 of 24 OSDs went down and I was able to restart them and the cluster went healthy again.
Removing of an image (without a snapshot) have been a scary moment too, because a lot of IO was going on for about 10 Minutes.
Now I have one big image with a snapshot left and I'm afraid to do anything with it.
Does anybody know what went wrong and any suggestions to what to do next to get rid of this?
Cheers Knuuut
to create a rbd image of 1T with an object size of 16K is easy. I did it like this:
Code:
rbd create -s 1T --object-size 16K --image-feature layering --image-feature exclusive-lock --image-feature object-map --image-feature fast-diff --image-feature deep-flatten -p Poolname vm-222-disk-4
Removing of an image (without a snapshot) have been a scary moment too, because a lot of IO was going on for about 10 Minutes.
Now I have one big image with a snapshot left and I'm afraid to do anything with it.
Does anybody know what went wrong and any suggestions to what to do next to get rid of this?
Cheers Knuuut