Télécharger la liste

Description du projet

mapscsi is a Linux SCSI device mapping tool which solves the problem of SCSI device names being allocated in the order of probing. The problem is that when an additional device is added and has a lower host, channel, or ID than existing devices, the other devices will all be shuffled along on the next reboot (i.e. /dev/sdb becomes /dev/sdc, etc.). mapscsi solves this by creating symbolic links to Linux SCSI devices after scanning all SCSI devices, using information probed from the devices and a set of mapping rules containing device templates to dynamically create link names. mapscsi can fetch Fibre Channel world wide names and loop IDs when using Qlogic HBAs with the qla2x00 driver. mapscsi is a simple alternative to devfs, and provides the added ability of including drive information such as vendor/product/Fibre channel address details, PCI location, and serial numbers in device link names. mapscsi is particularily useful in Fibre Channel SAN environments.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-04-17 15:02
0.0.11

Déplacé fonctions génériques SCSI dans un fichier distinct pour rendre plus facile le partage de code avec saftemon, et correction d'un bug typo avec les périphériques à bande. Le programme doit maintenant analyser les périphériques à bande en formant correctement les noms de périphériques numériques, tels que / dev/st0.
Tags: Development, Major bugfixes
Moved generic SCSI functions into a separate file to make code sharing with saftemon easier, and fixed a typo bug with tape devices. The program should now scan tape devices by properly forming numeric device names such as /dev/st0.

2001-12-18 16:18
0.0.9

Un pointeur NULL déréférencement qui survenait si pas tous les dispositifs SG pourrait être cartographiée a été fixée.
Tags: Development, Major bugfixes
A NULL pointer dereference that occured if not all sg devices could be mapped was fixed.

2001-12-18 08:48
0.0.8

Récupération de wwpm, WWNN, boucle ID, ID et port à partir de périphériques Fibre Channel avec le Qlogic qla2x00 4.46.5 conducteur, de nouveaux codes de substitution et les variables règle pour Fibre Channel attributs, l'espace de calfeutrage et le caractère non alphanumérique décapage au moment de la prise de Liens (règles avec les noms de périphériques qui ont des espaces ou des caractères spéciaux devront être changé), une nouvelle option pour désactiver l'état d'économie dans / var / Etat / mapscsi / devmap, une nouvelle option pour désactiver le déménagement lien précédent, le mode d'arrière-plan ne pas dépendent de sauvegarde de l'état sur le disque, et misc. corrections de bugs.
Tags: Development, Major feature enhancements
Fetching of WWPN, WWNN, loop ID, and port ID from Fibre Channel devices with the Qlogic qla2x00 4.46.5 driver, new substitution codes and rule variables for Fibre Channel attributes, space-stripping and non-alphanumeric character stripping at the time of making links (rules with device names that had spaces or special characters will need to be changed), a new option to disable saving state to /var/state/mapscsi/devmap, a new option to disable previous link removal, background mode doesn't depend on saving state to disk, and misc. bugfixes.

2001-12-13 14:46
0.0.6

Un overun potentiel de mémoire tampon dans get_scsi_dev_info a été fixée, et un correctif a été fait pour les en-têtes du noyau qui ne définissent pas SCSI_IOCTL_GET_PCI.
Tags: Development, Major bugfixes
A potential buffer overun in get_scsi_dev_info was fixed, and a fix was made for kernel headers that don't define SCSI_IOCTL_GET_PCI.

2001-12-13 09:08
0.0.5

PCI dev: informations slot.function est maintenant récupérée sur les noyaux 2.4.4 +. L'utilisation d'informations PCI vous permet de fixer le dispositif d'enregistrement à la fente de la carte adaptateur est alors l'ordre dans lequel les pilotes des adaptateurs hôtes sont chargés n'est plus un problème. Un bogue qui résulte de modifier l'allocation dynamique de la mémoire a été fixée.
Tags: Development, Minor feature enhancements
PCI dev:slot.function information is now fetched on 2.4.4+ kernels. The use of PCI information lets you fix the device registration to the slot the adapter card is in, so the order in which the host adapters drivers are loaded is no longer an issue. A bug that arose from changes to dynamic memory allocation was fixed.

Project Resources