-
-
Save 2grep/45f6df4b277e1353dcce to your computer and use it in GitHub Desktop.
Revisions
-
2grep revised this gist
Sep 27, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,7 +14,7 @@ target iqn.2015-10.com.hisdomain:target0 { portal-group pg0 lun 0 { path /tank/images size 8T } } @@ -23,6 +23,6 @@ target iqn.2015-10.com.hisdomain:target1 { portal-group pg0 lun 1 { path /tank/images2 size 4T } } -
2grep revised this gist
Sep 27, 2015 . 1 changed file with 10 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,6 +14,15 @@ target iqn.2015-10.com.hisdomain:target0 { portal-group pg0 lun 0 { path /tank/images size 6T } } target iqn.2015-10.com.hisdomain:target1 { auth-group ag0 portal-group pg0 lun 1 { path /tank/images2 size 6T } } -
2grep revised this gist
Sep 27, 2015 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,4 +8,7 @@ config: tank ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 ada1 ONLINE 0 0 0 ada2 ONLINE 0 0 0 mirror-1 ONLINE 0 0 0 ada3 ONLINE 0 0 0 ada4 ONLINE 0 0 0 -
2grep revised this gist
Sep 27, 2015 . 1 changed file with 11 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ # zpool status pool: tank state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM tank ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 ada1 ONLINE 0 0 0 ada2 ONLINE 0 0 0 -
2grep created this gist
Sep 27, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ auth-group ag0 { chap spectrum bigrandompassword chap accelerator anotherbigrandompassword } portal-group pg0 { discovery-auth-group no-authentication listen 0.0.0.0 listen [::] } target iqn.2015-10.com.hisdomain:target0 { auth-group ag0 portal-group pg0 lun 0 { path /tank/images size 12T } }