Advertisement
Guest User

Partitions not in sync.

a guest
Sep 28th, 2015
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. [root@pinac1]/home/elange# gluster volume info all
  2.  
  3. Volume Name: vol0
  4. Type: Replicate
  5. Volume ID: 28ccbe64-aaeb-4375-9eb1-17ac2da6ffa5
  6. Status: Started
  7. Number of Bricks: 1 x 3 = 3
  8. Transport-type: tcp
  9. Bricks:
  10. Brick1: data1:/var/www/vhosts
  11. Brick2: data2:/var/www/vhosts
  12. Brick3: data3:/var/www/vhosts
  13. Options Reconfigured:
  14. cluster.self-heal-daemon: enable
  15. performance.cache-max-file-size: 2MB
  16. nfs.addr-namelookup: off
  17. nfs.enable-ino32: on
  18. diagnostics.client-log-level: WARNING
  19. diagnostics.brick-log-level: WARNING
  20. nfs.disable: on
  21. performance.write-behind-window-size: 4MB
  22. performance.cache-min-file-size: 128
  23. performance.flush-behind: off
  24. performance.cache-refresh-timeout: 4
  25. performance.cache-size: 256MB
  26. performance.io-thread-count: 32
  27. diagnostics.count-fop-hits: on
  28. diagnostics.latency-measurement: on
  29. auth.allow: 10.0.0.*
  30. performance.readdir-ahead: on
  31.  
  32. [root@pinac1]/home/elange# df -h
  33. Filesystem Size Used Avail Use% Mounted on
  34. /dev/mapper/vg-root 35G 12G 21G 37% /
  35. tmpfs 16G 0 16G 0% /dev/shm
  36. /dev/sda1 243M 80M 151M 35% /boot
  37. /dev/mapper/vg-tmp 976M 1.3M 924M 1% /tmp
  38. /dev/mapper/vg-web--data
  39. 65G 36G 29G 56% /var/www/vhosts
  40. localhost:/vol0 65G 47G 19G 72% /mnt
  41.  
  42. [root@pinac1]/home/elange# mount
  43. /dev/mapper/vg-root on / type ext4 (rw,noatime,discard)
  44. proc on /proc type proc (rw)
  45. sysfs on /sys type sysfs (rw)
  46. devpts on /dev/pts type devpts (rw,gid=5,mode=620)
  47. tmpfs on /dev/shm type tmpfs (rw)
  48. /dev/sda1 on /boot type ext2 (rw)
  49. /dev/mapper/vg-tmp on /tmp type ext4 (rw,noatime,discard)
  50. /dev/mapper/vg-web--data on /var/www/vhosts type xfs (rw,noatime)
  51. none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
  52. localhost:/vol0 on /mnt type fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072)
  53. [root@pinac1]/home/elange#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement