Delphix Products

  • 1.  problems linking a "unstructured files" dsource

    Posted 02-29-2016 01:46:00 PM
    i'm actually trying to create a dsource from an "unstructured file" filesystem;
    the error says:

    *****
    SnapSync of "PHP-E4B" failed because the environment user "delphix_os" does not have permission to read all files in "/virtualsite" on host "10.155.130.34".
    ******

    and command output is:
    rsync: opendir "/virtualsite/lost+found" failed: Permission denied (13)
    rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1165) [sender=3.1.0]

    I have cheked, "lost+found" has 777 permission

    I've also tried to exclude it but doesn't work...





  • 2.  RE: problems linking a "unstructured files" dsource

    Posted 02-29-2016 01:55:00 PM
    I've been able to exclude "lost+found", it was my fault sorry...


  • 3.  RE: problems linking a "unstructured files" dsource

    Posted 02-29-2016 01:55:00 PM
    Hey Fabio, you shouldn't copy that directory as that is only relevant to the fsck on the source filesystem. Can you post a screenshot of your exclusion?

    It may be possible that you need to escape the + (ie, lost\+found)


  • 4.  RE: problems linking a "unstructured files" dsource
    Best Answer

    Posted 02-29-2016 02:00:00 PM
    Adam, I didn't exclude it the first time by mistake, then I've tried your exclude trick and didn't work but honestly it was my fault, I used a full path instead of a relative path...
    now the linking is working...
    thanks anyway for your prompt reply.


  • 5.  RE: problems linking a "unstructured files" dsource

    Posted 02-29-2016 02:32:00 PM
    fantastico!