Ankireddypalle Reddy
2017-May-04 13:12 UTC
[Gluster-users] libgfapi access to snapshot volume
Hi, Can glusterfs snapshot volume be accessed through libgfapi. Thanks and Regards, Ram ***************************Legal Disclaimer*************************** "This communication may contain confidential and privileged material for the sole use of the intended recipient. Any unauthorized review, use or distribution by others is strictly prohibited. If you have received the message by mistake, please advise the sender by reply email and delete the message. Thank you." ********************************************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20170504/4345f061/attachment.html>
Mohammed Rafi K C
2017-May-04 15:11 UTC
[Gluster-users] [Gluster-devel] libgfapi access to snapshot volume
Hi Ram, You can access snapshot through libgfapi, it is just that the volname will become something like /snaps/<snapname>/<volname> . I can give you some example programs if you have any trouble in doing so. Or you can use uss feature to use snapshot through main volume via libgfapi (it is also uses the above method internally). Regards Rafi KC On 05/04/2017 06:42 PM, Ankireddypalle Reddy wrote:> > Hi, > > Can glusterfs snapshot volume be accessed through libgfapi. > > > > Thanks and Regards, > > Ram > > ***************************Legal Disclaimer*************************** > "This communication may contain confidential and privileged material > for the > sole use of the intended recipient. Any unauthorized review, use or > distribution > by others is strictly prohibited. If you have received the message by > mistake, > please advise the sender by reply email and delete the message. Thank > you." > ********************************************************************** > > > _______________________________________________ > Gluster-devel mailing list > Gluster-devel at gluster.org > http://lists.gluster.org/mailman/listinfo/gluster-devel-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20170504/061f0ada/attachment.html>
Vijay Bellur
2017-May-04 22:31 UTC
[Gluster-users] [Gluster-devel] libgfapi access to snapshot volume
On Thu, May 4, 2017 at 9:12 AM, Ankireddypalle Reddy <areddy at commvault.com> wrote:> Hi, > > Can glusterfs snapshot volume be accessed through libgfapi. >Yes, activated snapshots can be accessed through libgfapi. User serviceable snapshots in Gluster makes use of gfapi to access activated snapshots. xlators/features/snapview-server contains code that accesses snapshots through libgfapi. Regards, Vijay> > > Thanks and Regards, > > Ram > ***************************Legal Disclaimer*************************** > "This communication may contain confidential and privileged material for > the > sole use of the intended recipient. Any unauthorized review, use or > distribution > by others is strictly prohibited. If you have received the message by > mistake, > please advise the sender by reply email and delete the message. Thank you." > ********************************************************************** > > _______________________________________________ > Gluster-devel mailing list > Gluster-devel at gluster.org > http://lists.gluster.org/mailman/listinfo/gluster-devel >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20170504/fd350aa8/attachment.html>