Guest User

log and mount file

a guest
Mar 12th, 2015
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.12 KB | None | 0 0
  1. My mount Output
  2. ---------------
  3. root@sandeep:/home/sandeep# mount
  4. /dev/sda1 on / type ext4 (rw,errors=remount-ro)
  5. proc on /proc type proc (rw,noexec,nosuid,nodev)
  6. sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
  7. none on /sys/fs/cgroup type tmpfs (rw)
  8. none on /sys/fs/fuse/connections type fusectl (rw)
  9. none on /sys/kernel/debug type debugfs (rw)
  10. none on /sys/kernel/security type securityfs (rw)
  11. udev on /dev type devtmpfs (rw,mode=0755)
  12. devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  13. tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
  14. none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
  15. none on /run/shm type tmpfs (rw,nosuid,nodev)
  16. none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)
  17. none on /sys/fs/pstore type pstore (rw)
  18. cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,relatime,cpuset)
  19. cgroup on /sys/fs/cgroup/cpu type cgroup (rw,relatime,cpu)
  20. cgroup on /sys/fs/cgroup/cpuacct type cgroup (rw,relatime,cpuacct)
  21. cgroup on /sys/fs/cgroup/memory type cgroup (rw,relatime,memory)
  22. cgroup on /sys/fs/cgroup/devices type cgroup (rw,relatime,devices)
  23. cgroup on /sys/fs/cgroup/freezer type cgroup (rw,relatime,freezer)
  24. cgroup on /sys/fs/cgroup/blkio type cgroup (rw,relatime,blkio)
  25. cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,relatime,perf_event)
  26. cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,relatime,hugetlb)
  27. rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw)
  28. systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)
  29. nfsd on /proc/fs/nfsd type nfsd (rw)
  30. gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=sandeep)
  31. 10.4.6.82:/export/secondary on /mnt/secondary type nfs (rw,rsize=8192,wsize=8192,timeo=14,intr,vers=3,addr=10.4.6.82)
  32. 10.4.6.82:/export/primary on /mnt/0d844e0a-8ecc-3f9b-b64b-8bee91a5650a type nfs (rw,vers=4,addr=10.4.6.82,clientaddr=10.4.6.82)
  33. 10.4.6.82:/export/primary on /mnt/primary type nfs (rw,rsize=8192,wsize=8192,timeo=14,intr,vers=3,addr=10.4.6.82)
  34. root@sandeep:/home/sandeep#
  35.  
  36.  
  37. cloud.log file output
  38. ---------------------
  39. 2015-03-13 04:17:56,892 ERROR [storage.resource.NfsSecondaryStorageResource] (agentRequest-Handler-1:null) Unable to mount 10.4.6.82:/export/secondary at /mnt/SecStorage/dc079045-8e34-33e7-ade3-cb8e4dd13046 due to mount.nfs: Connection timed out
  40. 2015-03-13 04:17:56,892 ERROR [storage.resource.NfsSecondaryStorageResource] (agentRequest-Handler-1:null) GetRootDir for nfs://10.4.6.82/export/secondary failed due to com.cloud.utils.exception.CloudRuntimeException: Unable to mount 10.4.6.82:/export/secondary at /mnt/SecStorage/dc079045-8e34-33e7-ade3-cb8e4dd13046 due to mount.nfs: Connection timed out
  41. com.cloud.utils.exception.CloudRuntimeException: Unable to mount 10.4.6.82:/export/secondary at /mnt/SecStorage/dc079045-8e34-33e7-ade3-cb8e4dd13046 due to mount.nfs: Connection timed out
  42. at org.apache.cloudstack.storage.resource.NfsSecondaryStorageResource.attemptMount(NfsSecondaryStorageResource.java:2271)
  43. at org.apache.cloudstack.storage.resource.NfsSecondaryStorageResource.mount(NfsSecondaryStorageResource.java:2222)
  44. at org.apache.cloudstack.storage.resource.NfsSecondaryStorageResource.mountUri(NfsSecondaryStorageResource.java:2186)
  45. at org.apache.cloudstack.storage.resource.NfsSecondaryStorageResource.getRootDir(NfsSecondaryStorageResource.java:1834)
  46. at org.apache.cloudstack.storage.resource.NfsSecondaryStorageResource.execute(NfsSecondaryStorageResource.java:1588)
  47. at org.apache.cloudstack.storage.resource.NfsSecondaryStorageResource.executeRequest(NfsSecondaryStorageResource.java:212)
  48. at com.cloud.agent.Agent.processRequest(Agent.java:501)
  49. at com.cloud.agent.Agent$AgentRequestHandler.doTask(Agent.java:808)
  50. at com.cloud.utils.nio.Task.run(Task.java:84)
  51. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  52. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  53. at java.lang.Thread.run(Thread.java:745)
  54. 2015-03-13 04:17:56,893 WARN [cloud.agent.Agent] (agentRequest-Handler-1:null) Caught:
  55. com.cloud.utils.exception.CloudRuntimeException: GetRootDir for nfs://10.4.6.82/export/secondary failed due to com.cloud.utils.exception.CloudRuntimeException: Unable to mount 10.4.6.82:/export/secondary at /mnt/SecStorage/dc079045-8e34-33e7-ade3-cb8e4dd13046 due to mount.nfs: Connection timed out
  56. at org.apache.cloudstack.storage.resource.NfsSecondaryStorageResource.getRootDir(NfsSecondaryStorageResource.java:1839)
  57. at org.apache.cloudstack.storage.resource.NfsSecondaryStorageResource.execute(NfsSecondaryStorageResource.java:1588)
  58. at org.apache.cloudstack.storage.resource.NfsSecondaryStorageResource.executeRequest(NfsSecondaryStorageResource.java:212)
  59. at com.cloud.agent.Agent.processRequest(Agent.java:501)
  60. at com.cloud.agent.Agent$AgentRequestHandler.doTask(Agent.java:808)
  61. at com.cloud.utils.nio.Task.run(Task.java:84)
  62. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  63. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  64. at java.lang.Thread.run(Thread.java:745)
  65. 2015-03-13 04:17:56,895 DEBUG [cloud.agent.Agent] (agentRequest-Handler-1:null) Seq 4-8425671952856776815: { Ans: , MgmtId: 279278805450992, via: 4, Ver: v1, Flags: 10, [{"com.cloud.agent.api.Answer":{"result":false,"details":"com.cloud.utils.exception.CloudRuntimeException: GetRootDir for nfs://10.4.6.82/export/secondary failed due to com.cloud.utils.exception.CloudRuntimeException: Unable to mount 10.4.6.82:/export/secondary at /mnt/SecStorage/dc079045-8e34-33e7-ade3-cb8e4dd13046 due to mount.nfs: Connection timed out\n\tat org.apache.cloudstack.storage.resource.NfsSecondaryStorageResource.getRootDir(NfsSecondaryStorageResource.java:1839)\n\tat org.apache.cloudstack.storage.resource.NfsSecondaryStorageResource.execute(NfsSecondaryStorageResource.java:1588)\n\tat org.apache.cloudstack.storage.resource.NfsSecondaryStorageResource.executeRequest(NfsSecondaryStorageResource.java:212)\n\tat com.cloud.agent.Agent.processRequest(Agent.java:501)\n\tat com.cloud.agent.Agent$AgentRequestHandler.doTask(Agent.java:808)\n\tat com.cloud.utils.nio.Task.run(Task.java:84)\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)\n\tat java.lang.Thread.run(Thread.java:745)\n","wait":0}}] }
  66. 2015-03-13 04:18:11,876 DEBUG [cloud.agent.Agent] (UgentTask-5:null) Sending ping: Seq 4-1329: { Cmd , MgmtId: -1, via: 4, Ver: v1, Flags: 11, [{"com.cloud.agent.api.PingStorageCommand":{"changes":{},"hostType":"Storage","hostId":4,"wait":0}}] }
  67. 2015-03-13 04:18:11,880 DEBUG [cloud.agent.Agent] (Agent-Handler-1:null) Received response: Seq 4-1329: { Ans: , MgmtId: 279278805450992, via: 4, Ver: v1, Flags: 100010, [{"com.cloud.agent.api.PingAnswer":{"_command":{"hostType":"Storage","hostId":4,"wait":0},"result":true,"wait":0}}] }
  68.  
  69. mount on s-3 vm output
  70. ----------------------
  71. root@s-3-VM:~# mount
  72. sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
  73. proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
  74. udev on /dev type devtmpfs (rw,relatime,size=10240k,nr_inodes=62129,mode=755)
  75. devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
  76. tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=50896k,mode=755)
  77. /dev/disk/by-uuid/4cf8fced-9de4-47bd-834d-f14e2ddb36e2 on / type ext4 (rw,relatime,errors=remount-ro,user_xattr,barrier=1,data=ordered)
  78. tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
  79. tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=217900k)
  80. /dev/vda1 on /boot type ext4 (rw,relatime,user_xattr,barrier=1,data=ordered)
  81. /dev/vda6 on /home type ext4 (rw,relatime,user_xattr,barrier=1,data=ordered)
  82. /dev/vda8 on /opt type ext4 (rw,relatime,user_xattr,barrier=1,data=ordered)
  83. /dev/vda10 on /tmp type ext4 (rw,relatime,user_xattr,barrier=1,data=ordered)
  84. /dev/vda7 on /usr type ext4 (rw,relatime,user_xattr,barrier=1,data=ordered)
  85. /dev/vda9 on /var type ext4 (rw,relatime,user_xattr,barrier=1,data=ordered)
  86. rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
  87.  
  88. ANy guess whats wrong
Advertisement
Add Comment
Please, Sign In to add comment