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

passed configuration is not processed correctly #2

Open
truegreyhound opened this issue Jan 5, 2023 · 2 comments
Open

passed configuration is not processed correctly #2

truegreyhound opened this issue Jan 5, 2023 · 2 comments

Comments

@truegreyhound
Copy link

C:\nfs4j-daemon> C:\Java\jdk-11.0.17+8-jre\bin\java.exe -jar nfs4j-daemon.jar --config=.\nfs4j.yml

2023-01-05 11:13:19.939 [] [main] INFO  w.g.n.Daemon - Share has been attached: ShareConfig{path=D:\Docker-Persitence-Store\iobrokerdev01, alias='iobrokerdev01_data', permissions=null, globPermissions=null}, index: 1
2023-01-05 11:13:26.085 [] [main] INFO  o.d.o.p.OncRpcEmbeddedPortmap - Starting embedded portmap service
2023-01-05 11:13:26.099 [] [main] INFO  o.d.o.r.OncRpcSvc - Registering new program [100005:3] : org.dcache.nfs.v3.MountServer@1ee4730
2023-01-05 11:13:26.100 [] [main] INFO  o.d.o.r.OncRpcSvc - Registering new program [100003:3] : org.dcache.nfs.v3.NfsServerV3Mod@16fb356
2023-01-05 11:13:26.100 [] [main] INFO  o.d.o.r.OncRpcSvc - Registering new program [100003:4] : org.dcache.nfs.v4.NFSServerV41@6bc248ed
C:\nfs4j-daemon> showmount -e 127.0.0.1

Exportiert Liste auf 127.0.0.1:
/                                  .*

is expected

Exportiert Liste auf 127.0.0.1:
/iobrokerdev01_data                                  .*

OS: Windows11 Pro 22H2, german
Version nfs4j-daemon: 0.7.5

@ruanimal
Copy link
Owner

ruanimal commented Jan 14, 2023

each share need an alias, suck as C:\my\folder:/, alias must starts with /
in your case, must be D:\Docker-Persitence-Store\iobrokerdev01:/iobrokerdev01_data

@ruanimal
Copy link
Owner

seems to have some tiny issues on exportfile and shares config, some default values ​​are not set correctly.

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

2 participants