You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following output from kubectl describe
Name: volume-logger
Namespace: volume-logger
StorageClass: preallocated-lvm-pool-r1
Status: Bound
Volume: pvc-e89128f3-428a-4f8f-b418-96b0467e7bc0
Labels: <none>
Annotations: pv.kubernetes.io/bind-completed: yes
pv.kubernetes.io/bound-by-controller: yes
volume.beta.kubernetes.io/storage-provisioner: linstor.csi.linbit.com
volume.kubernetes.io/selected-node: worker-c-1
volume.kubernetes.io/storage-provisioner: linstor.csi.linbit.com
Finalizers: [kubernetes.io/pvc-protection provisioner.storage.kubernetes.io/cloning-protection]
Capacity: 1Gi
Access Modes: RWO
VolumeMode: Filesystem
Used By: <none>
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal WaitForFirstConsumer 38m (x6 over 39m) persistentvolume-controller waiting for first consumer to be created before binding
Normal ExternalProvisioning 38m persistentvolume-controller waiting for a volume to be created, either by external provisioner "linstor.csi.linbit.com" or manually created by system administrator
Normal Provisioning 38m linstor.csi.linbit.com_linstor-csi-controller-55f8d4646d-462qt_d3d16baa-4de4-4c16-9c8f-91d610f90a6b External provisioner is provisioning volume for claim "volume-logger/volume-logger"
Normal ProvisioningSucceeded 38m linstor.csi.linbit.com_linstor-csi-controller-55f8d4646d-462qt_d3d16baa-4de4-4c16-9c8f-91d610f90a6b Successfully provisioned volume pvc-e89128f3-428a-4f8f-b418-96b0467e7bc0
Next, trying to create PersistentVolumeClaim from another
Name: volume-logger-cloned
Namespace: volume-logger
StorageClass: preallocated-lvm-pool-r1
Status: Pending
Volume:
Labels: <none>
Annotations: volume.beta.kubernetes.io/storage-provisioner: linstor.csi.linbit.com
volume.kubernetes.io/selected-node: worker-c-1
volume.kubernetes.io/storage-provisioner: linstor.csi.linbit.com
Finalizers: [kubernetes.io/pvc-protection]
Capacity:
Access Modes:
VolumeMode: Filesystem
DataSource:
Kind: PersistentVolumeClaim
Name: volume-logger
Used By: volume-logger-775b868c7-l6xpf
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal WaitForPodScheduled 5s (x2 over 11s) persistentvolume-controller waiting for pod volume-logger-775b868c7-l6xpf to be scheduled
Normal ExternalProvisioning 4s persistentvolume-controller waiting for a volume to be created, either by external provisioner "linstor.csi.linbit.com" or manually created by system administrator
Warning ProvisioningFailed 4s linstor.csi.linbit.com_linstor-csi-controller-55f8d4646d-462qt_d3d16baa-4de4-4c16-9c8f-91d610f90a6b failed to provision volume with StorageClass "preallocated-lvm-pool-r1": rpc error: code = Internal desc = CreateVolume failed for pvc-3c9aa5d7-d47a
-44d1-bdd7-fb42e9986916: failed to create snapshot for source volume: rpc error: code = Internal desc = failed to create snapshot: failed to create snapshot: Message: 'Storage driver 'LVM' does not support snapshots.'; Details: 'Used for storage pool 'preallocated-lvm-pool' on 'worker-a-2'.
Resource: pvc-e89128f3-428a-4f8f-b418-96b0467e7bc0, Snapshot: for-pvc-3c9aa5d7-d47a-44d1-bdd7-fb42e9986916'; Reports: '[64EEE67E-00000-000147]'
Warning ProvisioningFailed 3s linstor.csi.linbit.com_linstor-csi-controller-55f8d4646d-462qt_d3d16baa-4de4-4c16-9c8f-91d610f90a6b failed to provision volume with StorageClass "preallocated-lvm-pool-r1": rpc error: code = Internal desc = CreateVolume failed for pvc-3c9aa5d7-d47a-44d1-bdd7-fb42e
9986916: failed to create snapshot for source volume: rpc error: code = Internal desc = failed to create snapshot: failed to create snapshot: Message: 'Storage driver 'LVM' does not support snapshots.'; Details: 'Used for storage pool 'preallocated-lvm-pool' on 'worker-a-2'.
Resource: pvc-e89128f3-428a-4f8f-b418-96b0467e7bc0, Snapshot: for-pvc-3c9aa5d7-d47a-44d1-bdd7-fb42e9986916'; Reports: '[64EEE67E-00000-000148]'
Normal Provisioning 1s (x3 over 4s) linstor.csi.linbit.com_linstor-csi-controller-55f8d4646d-462qt_d3d16baa-4de4-4c16-9c8f-91d610f90a6b External provisioner is provisioning volume for claim "volume-logger/volume-logger-cloned"
Warning ProvisioningFailed 1s linstor.csi.linbit.com_linstor-csi-controller-55f8d4646d-462qt_d3d16baa-4de4-4c16-9c8f-91d610f90a6b failed to provision volume with StorageClass "preallocated-lvm-pool-r1": rpc error: code = Internal desc = CreateVolume failed for pvc-3c9aa5d7-d47a-44
d1-bdd7-fb42e9986916: failed to create snapshot for source volume: rpc error: code = Internal desc = failed to create snapshot: failed to create snapshot: Message: 'Storage driver 'LVM' does not support snapshots.'; Details: 'Used for storage pool 'preallocated-lvm-pool' on 'worker-a-2'.
Resource: pvc-e89128f3-428a-4f8f-b418-96b0467e7bc0, Snapshot: for-pvc-3c9aa5d7-d47a-44d1-bdd7-fb42e9986916'; Reports: '[64EEE67E-00000-000149]'
As far as I know the creation of volume from another volume implemented with use of snapshot, LVM (not thin doesn't support snapshots) in linstor. But linstor has linstor rd clone <source> <target>.
Is it possible to use clone instead of snapshots?
The text was updated successfully, but these errors were encountered:
I'm creating storage poll with LinstorSatelliteConfiguration in piraeus operator
After that creating StorageClass that uses this StoragePool
Creating pvc from this StorageClass
Getting the following output from kubectl describe
Next, trying to create PersistentVolumeClaim from another
And getting the following output from describe
As far as I know the creation of volume from another volume implemented with use of snapshot, LVM (not thin doesn't support snapshots) in linstor. But linstor has
linstor rd clone <source> <target>
.Is it possible to use clone instead of snapshots?
The text was updated successfully, but these errors were encountered: