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] "
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
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