For some filesystems in the .../disklist file, I always get an error
about the disk being offline.

---------------------------------------------------
FAILURE AND STRANGE DUMP SUMMARY:
  srv        hda2 lev 0 FAILED [disk hda2 offline on srv?]
---------------------------------------------------

When I look at the logfiles at the client machine
(/tmp/amanda/sendsize.20020125110823.debug) I can see why:
---------------------------------------------------
sendsize: debug 1 pid 27538 ruid 33 euid 33 start time Fri Jan 25
11:08:23 2002
/usr/lib/amanda/sendsize: version 2.4.2p2
calculating for amname 'hda2', dirname 'hda2'
sendsize: getting size via gnutar for hda2 level 0
sendsize: missing exclude list file "/usr/local/lib/amanda/exclude.gtar"
discarded
sendsize: spawning /usr/lib/amanda/runtar in pipeline
sendsize: argument list: /bin/tar --create --file /dev/null --directory
hda2 --one-file-system --listed-incremental
/var/lib/amanda/gnutar-lists/vnchda1_0.new --sparse --ignore-failed-read
--totals .
/bin/tar: hda2: Cannot chdir: No such file or directory
/bin/tar: Error is not recoverable: exiting now
.....
(no size line match in above gnutar output)
.....
sendsize: pid 27538 finish time Fri Jan 25 11:08:23 2002
---------------------------------------------------

As you can see it wants tar to start at "hda2", which ist not a valid
directory.
For the device "hda1" on the same machine this works fine:

---------------------------------------------------
...
calculating for amname 'hda1', dirname '/mnt/w2k'
...
---------------------------------------------------

It maps "hda1" to "mnt/w2k" and calculates the correct sizes.

Can anyone tell me why this mapping does not work with all devices ?

[EMAIL PROTECTED]


Reply via email to