]> git.datanom.net - omvzfs.git/blame - test.php
Initial upload.
[omvzfs.git] / test.php
CommitLineData
76e64919
MR
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.026952 seconds and 5 git commands to generate.