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

Support CIFS? #39

Open
ailispaw opened this issue Mar 26, 2017 · 7 comments
Open

Support CIFS? #39

ailispaw opened this issue Mar 26, 2017 · 7 comments
Labels

Comments

@ailispaw
Copy link
Member

No description provided.

@prologic
Copy link
Contributor

We should also support NFS, ZFS as well at a minimum.

@ailispaw
Copy link
Member Author

I don't know much about ZFS.

The ZFS on Linux (ZoL) port is healthy and maturing. However, at this point in time it is not recommended to use the zfs Docker storage driver for production use unless you have substantial experience with ZFS on Linux.
https://docs.docker.com/storage/storagedriver/zfs-driver/

And also I'm worrying about its footprint.

@prologic
Copy link
Contributor

ZFS's footprint is really small. Just the zfs kernel modules and a few binaries.

$ ls -lah /lib/modules/`uname -r`/extra/zfs/zfs.ko /usr/sbin/zpool /usr/sbin/zfs
-rw-r--r-- 1 root root 1.9M Aug 10  2015 /lib/modules/3.12.24/extra/zfs/zfs.ko
-rwxr-xr-x 1 root root  98K Aug 10  2015 /usr/sbin/zfs
-rwxr-xr-x 1 root root 117K Aug 10  2015 /usr/sbin/zpool

So about ~2MB :)

@ailispaw
Copy link
Member Author

OK. 2MB is not small for Barge, but I will consider it. :)

How about CIFS? Do you need it?

@prologic
Copy link
Contributor

prologic commented Jun 27, 2018 via email

@prologic
Copy link
Contributor

prologic commented Jun 27, 2018 via email

@ailispaw
Copy link
Member Author

I see. Thank you for your input. We may need it in the future. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants