junneyang / zumastor

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

Using seperate metadata volumes are broken for the first exception #158

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
ddsnapd.c:incoming(QUERY_SNAPSHOT_READ) uses the value returned in
exception from test_unique to determine if it should read from the origin
or from the snapstore.  With a seperate metadata volume, a value of 0 is a
valid snapstore location.

Other instances of test_unique and make_unique should be checked for the
same problem.

Original issue reported on code.google.com by vand...@gmail.com on 13 Jun 2008 at 10:11