]> git.datanom.net - omvzfs.git/blob - test.php
Initial upload.
[omvzfs.git] / test.php
1 <?php
2 require 'OMVModuleZPool.php';
3
4 $c = new OMVModuleZPool(array('type' => 1, 'vdevs' => 2), true);
5 $c->createPool(array('/dev/sda', '/dev/sdb', '/dev/sdc', '/dev/sdd'));
6 ?>
This page took 0.069513 seconds and 6 git commands to generate.