QinMuYang
QinMuYang
JuiceFS does not run in the background of Windows as of now。 https://github.com/juicedata/juicefs/blob/main/cmd/mount_windows.go#L48 ``` func makeDaemon(c *cli.Context, name, mp string, m meta.Meta) error { logger.Warnf("Cannot run in background in Windows.")...
SetNamespace sets the namespace for objects within this IO context (pool). https://github.com/ceph/go-ceph/blob/master/rados/ioctx.go#L116 with this setting ,it is more useful for using same pool with different application。
use curl for test ` ``` curl http://127.0.0.1/status curl: (52) Empty reply from server ``` ` and log is: ` ``` 2016/03/02 13:50:01 [error] 18864#0: *150 lua entry thread aborted:...