Discussion:
ZFS-FUSE API
mail.baruchi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2012-10-11 20:37:09 UTC
Permalink
Hi Guys.

I would like to write a C program to provide, for example, snapshots,
umount a given file systems, etc... Is there any API available to this kind
of stuff?

Thanks in advance.

Att.
Artur Baruchi
--
To post to this group, send email to zfs-fuse-/***@public.gmane.org
To visit our Web site, click on http://zfs-fuse.net/
sehe
2012-10-11 22:38:39 UTC
Permalink
Yes. But no public, documented API

zpool, zfs etc. are coded on top of libzfs which is pretty reusable.

Solaris had python bindings and java bindings as well IIRC.

The python bindings have been used in autosnapshot and the nautilus
extension for snapshot navigation/rollback.

The java bindings were for the web admin console IIRC.

None of these have been made fully working on linux. I'm not fully aware of
how much effort it would be to pull that off.
Post by mail.baruchi-***@public.gmane.org
Hi Guys.
I would like to write a C program to provide, for example, snapshots,
umount a given file systems, etc... Is there any API available to this kind
of stuff?
Thanks in advance.
Att.
Artur Baruchi
--
To post to this group, send email to zfs-fuse-/***@public.gmane.org
To visit our Web site, click on http://zfs-fuse.net/
David
2012-12-06 08:53:38 UTC
Permalink
Hi,

Did you achieve it ?



Hi Guys.
Post by mail.baruchi-***@public.gmane.org
I would like to write a C program to provide, for example, snapshots,
umount a given file systems, etc... Is there any API available to this kind
of stuff?
Thanks in advance.
Att.
Artur Baruchi
--
To post to this group, send email to zfs-fuse-/***@public.gmane.org
To visit our Web site, click on http://zfs-fuse.net/
Loading...