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
you probably want to be using something more narrow-scoped for not running into shared config with same named PVC accross two namespaces.
DVM uses md5hash(rcloneConfigPrefix + r.PVC().Name + r.PVC().Namespace), we got bugs in DVM where PVC name was the same across two namespaces and the config was shared and failed DVM
you probably want to be using something more narrow-scoped for not running into shared config with same named PVC accross two namespaces.
DVM uses
md5hash(rcloneConfigPrefix + r.PVC().Name + r.PVC().Namespace)
, we got bugs in DVM where PVC name was the same across two namespaces and the config was shared and failed DVMOriginally posted by @alaypatel07 in #2 (comment)
The text was updated successfully, but these errors were encountered: