-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NFS mount issue #2
Comments
What is the full python command you are running? Do you see any errors or warnings in the saisoku log file? |
Thanks for getting back to me I am using
python3 run_luigi.py CopyFiles --src /source/path --dst /dest
I dont see any error output show sucessfully transferred.......i just see
copying files are successful but when i drive to destination i dont see any
files got copied
Thanks
…On Thu, Sep 17, 2020 at 10:58 AM Chris Park ***@***.***> wrote:
What is the full python command you are running? Do you see any errors or
warnings in the saisoku log file?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARA53F32H6HOITG7YV5IVXDSGJE4RANCNFSM4RP4QBZQ>
.
|
And one more thing what i have seen the files are getting copied locally
but when i am trying to copy through NFS i am seeing these issue
…On Thu, Sep 17, 2020 at 10:58 AM Chris Park ***@***.***> wrote:
What is the full python command you are running? Do you see any errors or
warnings in the saisoku log file?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARA53F32H6HOITG7YV5IVXDSGJE4RANCNFSM4RP4QBZQ>
.
|
Is your nfs server mounted locally with rw mount option and not ro? What if you try to just do a normal "cp" command to copy the same files to the same nfs mount? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello i am getting an issue during the migration with NFS mount status show files got copied by when i go and check in destination i dont see any file copied
The text was updated successfully, but these errors were encountered: