-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staged csi: use per-instance staging directory
We had all staged disk on the node to be in shared staging directory, but now we have all necessary information in stage record to get instanceId in NodeUnstage so we can group disks in instance directory. Old path looked like: /...NBS.../sockets/${POD_ID}/${VOLUME_ID}/[nbs,nfs].sock Intermediate path looked like: /...NBS.../sockets/staging/${VOLUME_ID}/[nbs,nfs].sock New path will look like: /...NBS.../sockets/${INSTANCE_ID}/${VOLUME_ID}/[nbs,nfs].sock Signed-off-by: Anton Kuchin <[email protected]>
- Loading branch information
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters