[OpenAFS-devel] vos restore bug...
Bill Sommerfeld
sommerfeld@orchard.arlington.ma.us
Thu, 15 Mar 2001 10:29:26 -0500
> Volume test1 exists on srv:/vicepa
>
> vos restore srv a test1 -file vosdump.file -overwrite full -verbose
> volume is restored, all is happy
> vos restore srv b test1 -file vosdump.file -overwrite full -verbose
> volume is restored to /vicepb, but volume is off-line after vos
> restore completed
you can only have one instance of a volume on-line on a server at a
given time; the others are left off-line.
it's been a while but i bet that both of the following will work:
vos restore srv a test1 -file vosdump.file -overwrite full -verbose
vos remove srv a test1
vos restore srv b test1 -file vosdump.file -overwrite full -verbose
vos restore srv a test1 -file vosdump.file -overwrite full -verbose
vos restore srv b test2 -file vosdump.file -overwrite full -verbose
- Bill