From: Waldemar Kozaczuk <jwkozac...@gmail.com>
Committer: Waldemar Kozaczuk <jwkozac...@gmail.com>
Branch: master

SeaweedFS: make it bind to 0.0.0.0

Signed-off-by: Waldemar Kozaczuk <jwkozac...@gmail.com>

---
diff --git a/seaweedfs/module.py b/seaweedfs/module.py
--- a/seaweedfs/module.py
+++ b/seaweedfs/module.py
@@ -1,5 +1,5 @@
 from osv.modules import api
 
-default = api.run(cmdline="/weed master -port 9333")
-server = api.run(cmdline="/weed server -dir=/tmp -volume.max=5")
-volume = api.run(cmdline="/weed volume -dir=/tmp")
+default = api.run(cmdline="/weed master -port 9333 -ip 0.0.0.0")
+server = api.run(cmdline="/weed server -dir=/tmp -volume.max=5 -ip 0.0.0.0")
+volume = api.run(cmdline="/weed volume -dir=/tmp -ip 0.0.0.0")

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osv-dev/0000000000002b6f2b05e0c84fc7%40google.com.

Reply via email to