Veranstaltungen/2009-12-04 ZFS-Workshop/Pool Scrubbing: Unterschied zwischen den Versionen
		
		
		
		
		
		Zur Navigation springen
		Zur Suche springen
		
				
		
		
	
| SHL (Diskussion | Beiträge) K hat „ZFS-Workshop/Szenario: Pool Scrubbing“ nach „ZFS-Workshop/Pool Scrubbing“ verschoben: Kein Szenario | Sdk (Diskussion | Beiträge) K Sdk verschob die Seite ZFS-Workshop/Pool Scrubbing nach Veranstaltungen/2009-12-04 ZFS-Workshop/Pool Scrubbing | ||
| (3 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
| Zeile 30: | Zeile 30: | ||
| [[Bild:Scrub.png]] | [[Bild:Scrub.png]] | ||
| ---- | |||
| ''Quellen:'' | |||
| * man-Pages | |||
| Zeile 41: | Zeile 48: | ||
| <div align="center" style="border-top: 1px solid #0000a0; border-bottom: 1px solid #0000a0; margin:0; padding: 0.6em;"> | <div align="center" style="border-top: 1px solid #0000a0; border-bottom: 1px solid #0000a0; margin:0; padding: 0.6em;"> | ||
| [[ZFS-Workshop/ | [[ZFS-Workshop/Pool-Eigenschaften|Pool-Eigenschaften]] | [[ZFS-Workshop/Agenda|Agenda]] | [[ZFS-Workshop/Wie geht's weiter?|Wie geht's weiter?]] | ||
| </div> | </div> | ||
| {{:ZFS-Workshop/Navigation}} | |||
Aktuelle Version vom 14. April 2022, 06:44 Uhr
Aus der man-Page:
     zpool scrub [-s] pool ...
         Begins a scrub. The  scrub  examines  all  data  in  the
         specified  pools  to verify that it checksums correctly.
         For replicated (mirror or raidz) devices, ZFS  automati-
         cally  repairs  any  damage discovered during the scrub.
         The "zpool status" command reports the progress  of  the
         scrub  and summarizes the results of the scrub upon com-
         pletion.
         Scrubbing and resilvering are very  similar  operations.
         The  difference  is  that resilvering only examines data
         that ZFS knows to be out  of  date  (for  example,  when
         attaching  a  new  device  to  a  mirror or replacing an
         existing device), whereas scrubbing examines all data to
         discover  silent  errors  due to hardware faults or disk
         failure.
         Because  scrubbing  and  resilvering  are  I/O-intensive
         operations, ZFS only allows one at a time. If a scrub is
         already in progress,  the  "zpool  scrub"  command  ter-
         minates  it  and starts a new scrub. If a resilver is in
         progress, ZFS does not allow a scrub to be started until
         the resilver completes.
         -s    Stop scrubbing.
Quellen:
- man-Pages
