[Nols] On vire les accents dans les fichiers de gestion de la baie de disques, car ils engendrent des plantages non désirés.
Ignore-this: cede81deef3853019d111b256ea6c957 darcs-hash:20130108192725-b6762-005f3e83427c245a66fd685ca871b1b6db954d3f.gz
This commit is contained in:
parent
a9b4bac51c
commit
5a90ed25ed
1 changed files with 4 additions and 4 deletions
|
@ -18,16 +18,16 @@ import affich_tools
|
|||
|
||||
map_file = ISCSI_MAP_FILE_TEMPLATE % "nols"
|
||||
|
||||
print u"Connexion à la baie de stockage..."
|
||||
print u"Connexion a la baie de stockage..."
|
||||
|
||||
nols = nolslib.Nols()
|
||||
|
||||
print u"Récupération des informations..."
|
||||
print u"Recuperation des informations..."
|
||||
|
||||
map = nols.volume_map().items()
|
||||
map.sort()
|
||||
|
||||
print u"Déconnexion..."
|
||||
print u"Deconnexion..."
|
||||
|
||||
nols.logout()
|
||||
|
||||
|
@ -50,7 +50,7 @@ f.write("}\n")
|
|||
|
||||
f.close()
|
||||
|
||||
print u"Terminé, mapping enregistré dans %s" % map_file
|
||||
print u"Termine, mapping enregistre dans %s" % map_file
|
||||
|
||||
print u"Le mapping actuel est:"
|
||||
print affich_tools.tableau(titre = ["lun", "nom"], data = map, alignement = ["g", "c"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue