Project

General

Profile

Tasks #64691

Updated by Christopher Hoffman 2 months ago

Symlink does not work outside of an unencrypted dir. The target does doe not get set 

 <pre> 
 [mycephfs]$ touch filea 
 [mycephfs]$ ln -s filea file1 
 [mycephfs]$ ls -l 
 total 1 
 lrwxrwxrwx. 1 choffman choffman 5 Mar    4 16:07 file1 -> '' 
 -rw-------. 1 choffman choffman 0 Mar    4 16:07 filea 

 [mycephfs]$ cat file1 
 cat: file1: Is a directory 
 </pre> 

Back