Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
ubuntu:mdadm [2015-Dec-02 20:04] MOLINIER Etienneubuntu:mdadm [2018-Sep-18 22:39] (Version actuelle) – modification externe 127.0.0.1
Ligne 19: Ligne 19:
  
 =====Improving rebuild-speed===== =====Improving rebuild-speed=====
-====Tip #1: /proc/sys/dev/raid/{speed_limit_max,speed_limit_min} kernel variables====+===Tip #1: /proc/sys/dev/raid/{speed_limit_max,speed_limit_min} kernel variables==
 This tip is **not** very efficient on my setup. This tip is **not** very efficient on my setup.
 <code bash> <code bash>
Ligne 31: Ligne 31:
 </code> </code>
  
-====Tip #2: Set read-ahead option====+===Tip #2: Set read-ahead option===
 This tip **is very efficient** on my setup. This tip **is very efficient** on my setup.
 <code bash> <code bash>
Ligne 38: Ligne 38:
 </code> </code>
  
-====Tip #3: Set stripe-cache_size for RAID5 or RAID 6====+===Tip #3: Set stripe-cache_size for RAID5 or RAID 6===
 <code bash> <code bash>
 echo 32768 > /sys/block/md0/md/stripe_cache_size echo 32768 > /sys/block/md0/md/stripe_cache_size
 </code> </code>
  
-====Tip #4: Disable NCQ on all disks====+===Tip #4: Disable NCQ on all disks===
 This tip is not useful since NCQ (Native Command Queing) is not supported by my hardware... This tip is not useful since NCQ (Native Command Queing) is not supported by my hardware...
 <code bash> <code bash>
Ligne 52: Ligne 52:
 </code> </code>
  
-====Tip #5: Bitmap Option====+===Tip #5: Bitmap Option===
 This tip does **not work** when the array is already in resync state ! This tip does **not work** when the array is already in resync state !
 <code bash> <code bash>
  • ubuntu/mdadm.1449083089.txt.gz
  • Dernière modification : 2018-Sep-18 22:38
  • (modification externe)