Michael Steven Fruchtman
Michael Steven Fruchtman
@Lyndon-Li ClusterResourceQuota is a OpenShift object. Applies a ResourceQuota against a set of namespaces using label selectors. Right now, my recommendation to others for using them with Velero VGDP is...
> > Suppose the default CPU request for the DataMover pods is 4 CPUs. What would be the implication of reducing this request to only 1 CPU, while keeping the...
@reasonerjt Our systems have some workloads that cause the index cache to get to be very large, 10+GB. The existing metadata and content cache limits don't cover this from kopia....
Cache location divergence for datamovers Restic and Velero to be resolved would be a useful element to this item. The default Restic cache location needed for PVC mounts is environmental...
ReadWriteOnce access mode does not stop multiple Pods from attaching to the same volume. Just forces the scheduler to attach the Pods to the same node in order for the...
This may significantly improve kubevirt backup and restore performance. Each virtual disk is typically a single volumeMode Block PVC.
I would appreciate this as well. Just got a support request that matches this scenario precisely on a user of OpenStack Cinder. Examination of the code looks like this should...
Found an alternative approach to dealing with this. Copy the StorageClass with this issue and give it a new name 'lvm' -> 'lvm-immediate' with volumeBindingMode set to Immediate. Add a...
@Lyndon-Li Yes. That is correct. It is a very limited workaround.
@maciej-p Must be. I've been trying to recreate this issue locally with the LVM, GPFS, and IBM VPC Block and utterly failing. LVM and GPFS does not allow volume movement...