Re: [Gluster-users] [Gluster-devel] Appending time to snap name in USS

2015-02-05 Thread Mohammed Rafi K C
We decided to append time-stamp with snapname when creating a snapshot by default. Users can override this with a flag "no-timestamp", then snapshot will be created without appending time-stamp. So the snapshot create syntax would be like " snapshot create [no-timestamp] [description ] [force] "

Re: [Gluster-users] [Gluster-devel] Appending time to snap name in USS

2015-01-08 Thread Poornima Gurusiddaiah
Yes, the creation time of the snap is appended to the snapname dynamically, i.e. snapview-server takes the snaplist from glusterd, and while populating the dentry for the ".snaps" it appends the time. Thanks, Poornima - Original Message - > From: "Anand Avati" > To: "Poornima Gurus

Re: [Gluster-users] [Gluster-devel] Appending time to snap name in USS

2015-01-08 Thread Anand Avati
It would be convenient if the time is appended to the snap name on the fly (when receiving list of snap names from glusterd?) so that the timezone application can be dynamic (which is what users would expect). Thanks On Thu Jan 08 2015 at 3:21:15 AM Poornima Gurusiddaiah wrote: > Hi, > > Window