Skip to content

Instantly share code, notes, and snippets.

@akutz
Created May 26, 2016 22:10
Show Gist options
  • Save akutz/85827c815a3f152adcf15f6af2fb2f38 to your computer and use it in GitHub Desktop.
Save akutz/85827c815a3f152adcf15f6af2fb2f38 to your computer and use it in GitHub Desktop.
libstorage:
host: tcp://127.0.0.1:7979
logging:
level: warn
integration:
volume:
create:
default:
size: 1 # GB
server:
logging:
level: debug
endpoints:
localTCP:
address: tcp://127.0.0.1:7979
autoUNIX:
address: unix
localUNIX:
address: unix:///tmp/libStorage/server.sock
services:
s00:
driver: vfs
s01:
driver: vfs
$ LIBSTORAGE_HOME=/tmp/libStorage lss-darwin -c /Users/akutz/.libstorage/config.yaml
_ _ _ _____ _
| (_) | / ____| |
| |_| |__| (___ | |_ ___ _ __ __ _ __ _ ___
| | | '_ \\___ \| __/ _ \| '__/ _' |/ _' |/ _ \
| | | |_) |___) | || (_) | | | (_| | (_| | __/
|_|_|_.__/_____/ \__\___/|_| \__,_|\__, |\___|
__/ |
|___/
################################################################################
## ##
## libStorage starting - 2016/05/26 22:09:28.684 ##
## ##
## server: root-wolf-mq ##
## token: 4df3c689-6912-485f-442d-5f9693fd2bd2 ##
## ##
## semver: 0.1.0+28 ##
## osarch: Darwin-x86_64 ##
## branch: feature/better-startup-info ##
## commit: 20bbc40b5ae59cd27fc36c3c5149179d91bd8705 ##
## formed: Thu, 26 May 2016 17:01:41 CDT ##
## ##
## etc: /tmp/libStorage/etc/libstorage ##
## lib: /tmp/libStorage/var/lib/libstorage ##
## log: /tmp/libStorage/var/log/libstorage ##
## run: /tmp/libStorage/var/run/libstorage ##
## ##
################################################################################
INFO[0000] configured logging libstorage.logging.level=debug server=root-wolf-mq time=1464300568
INFO[0000] initializing server server=root-wolf-mq time=1464300568
DEBU[0000] endpoint info address=tcp://127.0.0.1:7979 endpoint=libstorage.server.endpoints.localTCP server=root-wolf-mq time=1464300568
INFO[0000] configured endpoint address=tcp://127.0.0.1:7979 endpoint=localTCP server=root-wolf-mq time=1464300568
INFO[0000] server created server=root-wolf-mq time=1464300568
INFO[0000] initializing auto unix endpoint endpoint=libstorage.server.endpoints.autoUNIX server=root-wolf-mq time=1464300568
DEBU[0000] endpoint info address=unix:///tmp/libStorage/var/run/libstorage/989004450.sock endpoint=libstorage.server.endpoints.autoUNIX server=root-wolf-mq time=1464300568
INFO[0000] configured endpoint address=unix:///tmp/libStorage/var/run/libstorage/989004450.sock endpoint=autoUNIX server=root-wolf-mq time=1464300568
INFO[0000] server created server=root-wolf-mq time=1464300568
DEBU[0000] endpoint info address=unix:///tmp/libStorage/server.sock endpoint=libstorage.server.endpoints.localUNIX server=root-wolf-mq time=1464300568
INFO[0000] configured endpoint address=unix:///tmp/libStorage/server.sock endpoint=localUNIX server=root-wolf-mq time=1464300568
INFO[0000] server created server=root-wolf-mq time=1464300568
INFO[0000] initialized endpoints server=root-wolf-mq time=1464300568
INFO[0000] initializing server services server=root-wolf-mq time=1464300568
DEBU[0000] got services map count=2 server=root-wolf-mq time=1464300568
DEBU[0000] processing service config server=root-wolf-mq service=s00 time=1464300568
DEBU[0000] getting scoped config for service scope=libstorage.server.services.s00 server=root-wolf-mq service=s00 time=1464300568
DEBU[0000] got driver name driverName=vfs server=root-wolf-mq service=s00 time=1464300568
INFO[0000] vfs.root server=root-wolf-mq service=s00 storageDriver=vfs time=1464300568 vfs.root.path=/tmp/libStorage/var/lib/libstorage/vfs
INFO[0000] created new service server=root-wolf-mq service=s00 time=1464300568
DEBU[0000] processing service config server=root-wolf-mq service=s01 time=1464300568
DEBU[0000] getting scoped config for service scope=libstorage.server.services.s01 server=root-wolf-mq service=s01 time=1464300568
DEBU[0000] got driver name driverName=vfs server=root-wolf-mq service=s01 time=1464300568
INFO[0000] vfs.root server=root-wolf-mq service=s01 storageDriver=vfs time=1464300568 vfs.root.path=/tmp/libStorage/var/lib/libstorage/vfs
INFO[0000] created new service server=root-wolf-mq service=s01 time=1464300568
INFO[0000] initialized services server=root-wolf-mq time=1464300568
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=0 method=GET path=/executors queries=[] route=executors server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=0 method=GET path=/executors/{executor} queries=[] route=executorInspect server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=0 method=HEAD path=/executors/{executor} queries=[] route=executorHead server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=0 method=GET path=/help queries=[] route=version server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=0 method=GET path=/help/config queries=[] route=version server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=0 method=GET path=/help/env queries=[] route=version server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=0 method=GET path=/help/version queries=[] route=version server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=0 method=GET path=/ queries=[] route=root server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=0 method=GET path=/services queries=[] route=services server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=0 method=GET path=/services/{service} queries=[] route=serviceInspect server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=0 method=GET path=/volumes queries=[] route=volumes server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=0 method=GET path=/volumes/{service} queries=[] route=volumesForService server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=0 method=GET path=/volumes/{service}/{volumeID} queries=[] route=volumeInspect server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=2 method=POST path=/volumes/{service} queries=[detach ] route=volumesDetachForService server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=0 method=POST path=/volumes/{service} queries=[] route=volumeCreate server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=2 method=POST path=/volumes/{service}/{volumeID} queries=[copy ] route=volumeCopy server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=2 method=POST path=/volumes/{service}/{volumeID} queries=[snapshot ] route=volumeSnapshot server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=2 method=POST path=/volumes/{service}/{volumeID} queries=[attach ] route=volumeAttach server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=2 method=POST path=/volumes queries=[detach ] route=volumesDetachAll server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=2 method=POST path=/volumes/{service}/{volumeID} queries=[detach ] route=volumeDetach server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=0 method=DELETE path=/volumes/{service}/{volumeID} queries=[] route=volumeRemove server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=0 method=GET path=/snapshots queries=[] route=snapshots server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=0 method=GET path=/snapshots/{service} queries=[] route=snapshotsForService server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=0 method=GET path=/snapshots/{service}/{snapshotID} queries=[] route=snapshotInspect server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=2 method=POST path=/snapshots/{service}/{snapshotID} queries=[create ] route=snapshotCreate server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=2 method=POST path=/snapshots/{service}/{snapshotID} queries=[copy ] route=snapshotCopy server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=0 method=DELETE path=/snapshots/{service}/{snapshotID} queries=[] route=snapshotRemove server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=0 method=GET path=/tasks queries=[] route=tasks server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=tcp://127.0.0.1:7979 len(queries)=0 method=GET path=/tasks/{taskID} queries=[] route=taskInspect server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=0 method=GET path=/executors queries=[] route=executors server=root-wolf-mq time=1464300568 tls=false
INFO[0000] api listening host=tcp://127.0.0.1:7979 server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=0 method=GET path=/executors/{executor} queries=[] route=executorInspect server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=0 method=HEAD path=/executors/{executor} queries=[] route=executorHead server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=0 method=GET path=/help queries=[] route=version server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=0 method=GET path=/help/config queries=[] route=version server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=0 method=GET path=/help/env queries=[] route=version server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=0 method=GET path=/help/version queries=[] route=version server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=0 method=GET path=/ queries=[] route=root server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=0 method=GET path=/services queries=[] route=services server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=0 method=GET path=/services/{service} queries=[] route=serviceInspect server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=0 method=GET path=/volumes queries=[] route=volumes server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=0 method=GET path=/volumes/{service} queries=[] route=volumesForService server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=0 method=GET path=/volumes/{service}/{volumeID} queries=[] route=volumeInspect server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=2 method=POST path=/volumes/{service} queries=[detach ] route=volumesDetachForService server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=0 method=POST path=/volumes/{service} queries=[] route=volumeCreate server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=2 method=POST path=/volumes/{service}/{volumeID} queries=[copy ] route=volumeCopy server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=2 method=POST path=/volumes/{service}/{volumeID} queries=[snapshot ] route=volumeSnapshot server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=2 method=POST path=/volumes/{service}/{volumeID} queries=[attach ] route=volumeAttach server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=2 method=POST path=/volumes queries=[detach ] route=volumesDetachAll server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=2 method=POST path=/volumes/{service}/{volumeID} queries=[detach ] route=volumeDetach server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=0 method=DELETE path=/volumes/{service}/{volumeID} queries=[] route=volumeRemove server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=0 method=GET path=/snapshots queries=[] route=snapshots server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=0 method=GET path=/snapshots/{service} queries=[] route=snapshotsForService server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=0 method=GET path=/snapshots/{service}/{snapshotID} queries=[] route=snapshotInspect server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=2 method=POST path=/snapshots/{service}/{snapshotID} queries=[create ] route=snapshotCreate server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=2 method=POST path=/snapshots/{service}/{snapshotID} queries=[copy ] route=snapshotCopy server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=0 method=DELETE path=/snapshots/{service}/{snapshotID} queries=[] route=snapshotRemove server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=0 method=GET path=/tasks queries=[] route=tasks server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock len(queries)=0 method=GET path=/tasks/{taskID} queries=[] route=taskInspect server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=0 method=GET path=/executors queries=[] route=executors server=root-wolf-mq time=1464300568 tls=false
INFO[0000] api listening host=unix:///tmp/libStorage/var/run/libstorage/989004450.sock server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=0 method=GET path=/executors/{executor} queries=[] route=executorInspect server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=0 method=HEAD path=/executors/{executor} queries=[] route=executorHead server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=0 method=GET path=/help queries=[] route=version server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=0 method=GET path=/help/config queries=[] route=version server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=0 method=GET path=/help/env queries=[] route=version server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=0 method=GET path=/help/version queries=[] route=version server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=0 method=GET path=/ queries=[] route=root server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=0 method=GET path=/services queries=[] route=services server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=0 method=GET path=/services/{service} queries=[] route=serviceInspect server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=0 method=GET path=/volumes queries=[] route=volumes server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=0 method=GET path=/volumes/{service} queries=[] route=volumesForService server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=0 method=GET path=/volumes/{service}/{volumeID} queries=[] route=volumeInspect server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=2 method=POST path=/volumes/{service} queries=[detach ] route=volumesDetachForService server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=0 method=POST path=/volumes/{service} queries=[] route=volumeCreate server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=2 method=POST path=/volumes/{service}/{volumeID} queries=[copy ] route=volumeCopy server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=2 method=POST path=/volumes/{service}/{volumeID} queries=[snapshot ] route=volumeSnapshot server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=2 method=POST path=/volumes/{service}/{volumeID} queries=[attach ] route=volumeAttach server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=2 method=POST path=/volumes queries=[detach ] route=volumesDetachAll server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=2 method=POST path=/volumes/{service}/{volumeID} queries=[detach ] route=volumeDetach server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=0 method=DELETE path=/volumes/{service}/{volumeID} queries=[] route=volumeRemove server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=0 method=GET path=/snapshots queries=[] route=snapshots server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=0 method=GET path=/snapshots/{service} queries=[] route=snapshotsForService server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=0 method=GET path=/snapshots/{service}/{snapshotID} queries=[] route=snapshotInspect server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=2 method=POST path=/snapshots/{service}/{snapshotID} queries=[create ] route=snapshotCreate server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=2 method=POST path=/snapshots/{service}/{snapshotID} queries=[copy ] route=snapshotCopy server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=0 method=DELETE path=/snapshots/{service}/{snapshotID} queries=[] route=snapshotRemove server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=0 method=GET path=/tasks queries=[] route=tasks server=root-wolf-mq time=1464300568 tls=false
DEBU[0000] registered route host=unix:///tmp/libStorage/server.sock len(queries)=0 method=GET path=/tasks/{taskID} queries=[] route=taskInspect server=root-wolf-mq time=1464300568 tls=false
INFO[0000] waiting for err or close signal server=root-wolf-mq time=1464300568
INFO[0000] api listening host=unix:///tmp/libStorage/server.sock server=root-wolf-mq time=1464300568 tls=false
INFO[0001] server started server=root-wolf-mq time=1464300569
################################################################################
## ##
## libStorage started - 2016/05/26 22:09:29.718 ##
## ##
## endpoints: tcp://127.0.0.1:7979 ##
## unix:///tmp/libStorage/var/run/libstorage/989004450.sock ##
## unix:///tmp/libStorage/server.sock ##
## ##
## services: name=s00, driver=vfs ##
## name=s00, driver=vfs ##
## name=s00, driver=vfs ##
## ##
################################################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment