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
When WM produce datasets, they create a disk rule as well as a tape rule. Disk rule is deleted by a WM service when the tape rule is OK. The question is whether this can be done in rucio such that we don't have to maintain an extra service/functionality in WM
Use Case
Moving DM functionality from WM to Rucio
Possible Solution
According to a mattermost chat with Martin [1], it should be possible by linking the disk rule and the tape rule in such a way that the parent rule (disk) is deleted by rucio when the child rule (tape) succeeds. We need to check how this will work and guarantee that it's reliable.