Help:Useful Templates: Difference between revisions

Content deleted Content added
Line 227:
 
= Hidden / Collapsible Areas =
=== Reveal ===
This is possibly the simplest reveal template:
{| class="wikitable"
| {{rh}} | Code
| <pre class="scroll">What is the difference between Zoning and Lun Masking?
{{Reveal|
* LUN Masking – Allocate a LUN number to a volume at the Storage Array and limit access to specific hosts, the storage controller enforces the access process
* Zoning – this is performed at the fibre switch level ensures initiators do not cross talk
}}<br><br>
</pre>
|-
| {{rh}} | Result
| What is the difference between Zoning and Lun Masking?<br>
{{Reveal|
* LUN Masking – Allocate a LUN number to a volume at the Storage Array and limit access to specific hosts, the storage controller enforces the access process
* Zoning – this is performed at the fibre switch level ensures initiators do not cross talk
}}<br><br>
|}
 
 
===Basic===