junneyang / zumastor

Automatically exported from code.google.com/p/zumastor
0 stars 1 forks source link

missing zumastor forget schedule #105

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Am I just not seeing the functionality to rollback a replication/snapshot 
schedule? `zumastor forget schedule` seems like a logical naming choice, 
perhaps I am wrong.

Original issue reported on code.google.com by williama...@gmail.com on 8 Apr 2008 at 6:05

GoogleCodeExporter commented 9 years ago
Say you define a schedule that you did not want. `zumastor forget schedule` 
should 
remove the created schedule.

`zumastor define schedule testvol --hourly 4800000` -> `echo 4800000 
> /var/lib/zumastor/volumes/testvol/source/schedule/hourly`

then

`zumastor forget schedule testvol --hourly` -> 
`rm  /var/lib/zumastor/volumes/testvol/source/schedule/hourly`

Something like that.

Original comment by williama...@gmail.com on 8 Apr 2008 at 6:25

GoogleCodeExporter commented 9 years ago
This is a lead in for zumastor get/set

Original comment by williama...@gmail.com on 23 Apr 2008 at 7:07

GoogleCodeExporter commented 9 years ago
We deferred get/set to 0.10, deferring this, too.

Original comment by daniel.r...@gmail.com on 21 May 2008 at 7:06