Linux-VServer pastebin service

Posted by ghislainocfs2 on Thu 4th Sep 15:19 (modification of post by ghislainocfs2 view diff)
View followups from Anonymous | diff | download | new post

  1. AQ-00-0001:~# sh  ./testfs.sh -vvvx -D /dev/etherd/e10.1 -F ocfs2 -M /test  
  2. Linux-VServer FS Test [V0.19] Copyright (C) 2005-2008 H.Poetzl  
  3. Linux 2.6.22.19-vs2.2.0.7 x86_64/0.30.216  
  4. VCI:  0002:0200 236 030007b1 (ID24)  
  5. ---  
  6. testing ocfs2 filesystem ...  
  7. mkfs.ocfs2 1.2.1  
  8. Overwriting existing ocfs2 partition.  
  9. Proceed (y/N): Filesystem label=  
  10. Block size=4096 (bits=12)  
  11. Cluster size=65536 (bits=16)  
  12. Volume size=1000204795904 (15261914 clusters) (244190624 blocks)  
  13. 474 cluster groups (tail covers 4826 clusters, rest cover 32256 clusters)  
  14. Journal size=268435456  
  15. Initial number of node slots: 4  
  16. Creating bitmaps: done  
  17. Initializing superblock: done  
  18. Writing system files: done  
  19. Writing superblock: done  
  20. Formatting Journals: done  
  21. Writing lost+found: done  
  22. mkfs.ocfs2 successful  
  23.  
  24. [000]# succeeded.  
  25.         mount -t ocfs2 -o rw /dev/etherd/e10.1 /test 3>&2  
  26. [001]# succeeded.  
  27.         mount -o remount,rw,tag /test 3>&2  
  28. mount.ocfs2: Invalid argument while mounting /dev/etherd/e10.1 on /test  
  29. [002]# failed.  
  30. tag related tests ...  
  31.         mount -t ocfs2 -o rw,tag /dev/etherd/e10.1 /test 3>&2  
  32. [011]# succeeded.  
  33.         do_tag_touch /test 0 1 255 256 666  
  34.         touch /test/file_1: 0  
  35.         touch /test/file_1  
  36.         touch /test/file_2: 1  
  37.         vcontext --migrate --xid 1 -- touch /test/file_2  
  38.         touch /test/file_3: 255  
  39.         vcontext --create --xid 255 -- touch /test/file_3  
  40. New security context is 255  
  41.         touch /test/file_4: 256  
  42.         vcontext --create --xid 256 -- touch /test/file_4  
  43. New security context is 256  
  44.         touch /test/file_5: 666  
  45.         vcontext --create --xid 666 -- touch /test/file_5  
  46. New security context is 666  
  47. [012]# succeeded.  
  48.         do_tag_verify /test 0 1 255 256 666  
  49.         verify /test/file_1: 0 = 0  
  50.         verify /test/file_2: 1 = 1  
  51.         verify /test/file_3: 255 = 255  
  52.         verify /test/file_4: 256 = 256  
  53.         verify /test/file_5: 666 = 666  
  54. [014]# succeeded.  
  55.         do_tag_read /test 0 .... 1 ..^. 255 ..^.  
  56. cat: /test/file_2: Permission non accord?e  
  57. cat: /test/file_3: Permission non accord?e  
  58. [015]# succeeded.  
  59.         umount /dev/etherd/e10.1 3>&2  
  60. [019]# succeeded.  
  61.         do_tag_verify /test 0 1 255 256 666  
  62.         verify /test/file_1: 0 = 0  
  63.         verify /test/file_2: 1 = 1  
  64.         verify /test/file_3: 255 = 255  
  65.         verify /test/file_4: 256 = 256  
  66.         verify /test/file_5: 666 = 666  
  67. [020]# succeeded.  
  68.         mount -o remount,rw,tag /test 3>&2  
  69. [021]# succeeded.  
  70.         do_tag_verify /test 0 1 255 256 666  
  71.         verify /test/file_1: 0 = 0  
  72.         verify /test/file_2: 1 = 1  
  73.         verify /test/file_3: 255 = 255  
  74.         verify /test/file_4: 256 = 256  
  75.         verify /test/file_5: 666 = 666  
  76. [022]# succeeded.  
  77.         mount -o remount,rw /test 3>&2  
  78. [023]# succeeded.  
  79.         do_tag_verify /test 0 1 255 256 666  
  80.         verify /test/file_1: 0 = 0  
  81.         verify /test/file_2: 1 = 1  
  82.         verify /test/file_3: 255 = 255  
  83.         verify /test/file_4: 256 = 256  
  84.         verify /test/file_5: 666 = 666  
  85. [024]# succeeded.  
  86.         do_tag_read /test 0 .... 1 ..^. 255 ..^.  
  87. cat: /test/file_2: Permission non accord?e  
  88. cat: /test/file_3: Permission non accord?e  
  89. [025]# succeeded.  
  90.         do_tag_verify /test 0 1 255 256 666  
  91.         verify /test/file_1: 0 = 0  
  92.         verify /test/file_2: 1 = 1  
  93.         verify /test/file_3: 255 = 255  
  94.         verify /test/file_4: 256 = 256  
  95.         verify /test/file_5: 666 = 666  
  96. [026]# succeeded.  
  97.         do_tag_write /test 0 .... 1 ..^. 255 ..^.  
  98. tee: /test/file_2: Permission non accord?e  
  99. tee: /test/file_3: Permission non accord?e  
  100. [027]# succeeded.  
  101.         do_tag_verify /test 0 1 255 256 666  
  102.         verify /test/file_1: 0 = 0  
  103.         verify /test/file_2: 1 = 1  
  104.         verify /test/file_3: 255 = 255  
  105.         verify /test/file_4: 256 = 256  
  106.         verify /test/file_5: 666 = 666  
  107. [028]# succeeded.  
  108.         do_tag_change /test 200 201 256 254 777  
  109.         change /test/file_1: 200  
  110.         change /test/file_2: 201  
  111.         change /test/file_3: 256  
  112.         change /test/file_4: 254  
  113.         change /test/file_5: 777  
  114. [033]# succeeded.  
  115.         do_tag_verify /test 200 201 256 254 777  
  116.         verify /test/file_1: 200 = 200  
  117.         verify /test/file_2: 201 = 201  
  118.         verify /test/file_3: 256 = 256  
  119.         verify /test/file_4: 254 = 254  
  120.         verify /test/file_5: 777 = 777  
  121. [034]# succeeded.  
  122.         do_tag_read /test 200 ..^.  
  123. cat: /test/file_1: Permission non accord?e  
  124. [035]# succeeded.  
  125.         do_tag_write /test 200 ..^. 201 ..^.  
  126. tee: /test/file_1: Permission non accord?e  
  127. tee: /test/file_2: Permission non accord?e  
  128. [037]# succeeded.  
  129.         do_tag_read /test 200 ....  
  130. [045]# succeeded.  
  131.         do_tag_write /test 200 .... 201 ....  
  132. [047]# succeeded.  
  133.         do_fsck ocfs2 /dev/etherd/e10.1 3>&2  
  134. fsck.ocfs2: invalid option -- a  
  135. Usage: fsck.ocfs2 [ -fGnuvVy ] [ -b superblock block ]  
  136.                     [ -B block size ] device  
  137.  
  138. Critical flags for emergency repair:  
  139.  -n             Check but don't change the file system  
  140.  -y             Answer 'yes' to all repair questions  
  141.  -f             Force checking even if file system is clean  
  142.  -F             Ignore cluster locking (dangerous!)  
  143.  
  144. Less critical flags:  
  145.  -b superblock  Treat given block as the super block  
  146.  -B blocksize   Force the given block size  
  147.  -G             Ask to fix mismatched inode generations  
  148.  -u             Access the device with buffering  
  149.  -V             Output fsck.ocfs2's version  
  150.  -v             Provide verbose debugging output  
  151. [999]# failed.  
  152. AQ-00-0001:~# 

Submit a correction or amendment below. (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.
Your Name

Remember my name in a cookie