Ticket #85 (closed bugs: fixed)

Opened 9 months ago

Last modified 7 months ago

srmBringOnline on directory is not handled correctly (#2598)

Reported by: patrick Assigned to: litvinse
Priority: major Milestone: 1.8.0-15
Component: srm Version: 1.8.0
Keywords: Cc:
Sub Version:

Description

Issuing an srmBringOnline call on a directory like this

behrmann@behrmann-laptop:~$ /opt/d-cache/srm/bin/srm-bring-online srm://dcache-vm:8443/pnfs/localdomain/data/disk

doesn't report back an error. Instead the SRM door actually tries to bring the directory online. Obviously, this doesn't work and thus the "Tape Transfer Queue" page in the monitor shows an entry which will eventually get suspended (because there is no replica for a directory).

There are actually two bugs here:

- The SRM door doesn't check that the path actually refers to a file. - The PoolManager doesn't check either

Cheers,

/gerd

Change History

03/11/08 18:32:23 changed by patrick

  • component changed from core to srm.

03/18/08 11:46:23 changed by patrick

  • milestone changed from 1.8.0-13 to 1.8.0-14.

04/02/08 13:03:16 changed by tigran

  • milestone changed from 1.8.0-14 to 1.8.0-15.

04/18/08 16:22:00 changed by patrick

  • status changed from new to closed.
  • resolution set to fixed.