Skip to content
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

Outstanding issues with NFS client #2

Open
6 of 11 tasks
JE-Archer opened this issue Nov 29, 2023 · 0 comments
Open
6 of 11 tasks

Outstanding issues with NFS client #2

JE-Archer opened this issue Nov 29, 2023 · 0 comments

Comments

@JE-Archer
Copy link
Contributor

JE-Archer commented Nov 29, 2023

  • os.listdir() on some directories causes a crash (IP=NULL), e.g. os.listdir('content/images').
  • need a proper asynchronous client library
  • need examples in the README on how to use it
  • dependency on libgcc
  • libnfs doesn't work with clang
  • libnfs doesn't build on macos due to unsupported flag
  • some stuff not implemented, e.g. file modes
    - [ ] using musl instead of our own libc This is it's own GitHub issue Integrate standard libc #48
  • musl calls into gettime() to get real-time clock, but we don't have an rtc
  • unsure of memory lifetimes of libnfs, i.e. how robust is our heap management to long-running sessions?
  • unsure of socket lifetimes, i.e. do we need to do anything extra to handle disconnects/reconnects etc?
  • after leaving the Kitty example open for a while, nfs: tcp.c:331:socket_recv_callback: closing connection... appears...
Ivan-Velickovic added a commit that referenced this issue Feb 20, 2024
This has been converted to a GitHub issue
#2
Ivan-Velickovic added a commit that referenced this issue Jun 15, 2024
This has been converted to a GitHub issue
#2
Ivan-Velickovic added a commit that referenced this issue Aug 6, 2024
This has been converted to a GitHub issue
#2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant