Opened 13 years ago

Last modified 13 years ago

#327 closed enhancement

Convert Device Mapper into Location Service — at Version 1

Reported by: Jiri Svoboda Owned by: Jiri Svoboda
Priority: major Milestone: 0.5.0
Component: helenos/srv/devman Version: mainline
Keywords: Cc:
Blocker for: Depends on:
See also:

Description (last modified by Jiri Svoboda)

(Was: Eliminate Device Mapper) Knights, new plan: Devmap will not be eliminated, but converted into a Location Service. Location service functionality consists of two major parts:

  • Look up service by name (naming, white pages)
  • Look up service by type (trading, yellow pages)

Devmap already supports the first part. The tasks required are thus:

  • Rename devmap to loc, devfs to locfs
  • Implement loc categories, a replacement for devman classes
  • Support for easy construction of unique service names

After this is done, devman will be updated accordingly:

  • Changes in devmap to utilise loc categories
  • Route connections directly from loc to server, not through devman
  • Optionally implement devfs companion server for devmap (not necessary)

Change History (1)

comment:1 by Jiri Svoboda, 13 years ago

Description: modified (diff)
Owner: set to Jiri Svoboda
Status: newassigned
Summary: Eliminate Device MapperConvert Device Mapper into Location Service
Note: See TracTickets for help on using tickets.