CONTAP-557210: Get collection for file Rest Endpoint on symlink might fail if volume does not have a junction-path
Issue
- Get collection for file Rest Endpoint on symlink might fail with error - Volume <volume_name> in <svm_name> is not mounted in the namespace.
- Due to a bug, resolving a symlink fails if volume is not mounted ie. if volume does not have junction-path, leading to the error.
- Example:
/api/storage/volumes/1a407be1-8f03-11f0-ba01-005056a7d3b2/files/d1?fields=*
"error": {
"message": "Volume vol1 in SVM vs0 is not mounted in the namespace",
"code": "917698"
}