Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geclipse-dev] New mount action

Hi All,

 

Since SVN is now working again for FZK I was able to commit some changes concerning the mount action.

 

The mount action is now based on the eu.geclipse.core.model.IMountable interface. That means that all elements implementing this interface can be mounted with this mount action. From the core interfaces only IGridStorage and IGridConnectionElement extend this interface. On the implementation side also the GridGlueService implements the interface. The list of mountables is now:

 

-          connection elements as long as they are folders

-          gLite storage elements (gsiftp and srm)

-          SRM services

-          LFC services

-          GRIA data stagers, i.e. data services

-          AWS storage (still buggy, Moritz has to fix this)

 

I removed the old mount actions for storage and connections. I did not remove the SRM and LFC specific mount actions. Mateusz, Mariusz, please verify that the new mount action works properly here and afterwards remove the specific mounts from the repo.

 

If there are any problems with the new mount action please let me know.

 

Cheers, Mathias


Back to the top