• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Fog upload in /images/dev (default node) instead of /home/backup/dev (other node)

Scheduled Pinned Locked Moved Solved
FOG Problems
3
6
1.3k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S
    statoon
    last edited by Feb 2, 2016, 5:40 PM

    Hello,

    I have a little problem, I have fog trunk installed on a CentOS 7 x64.
    I have two storage group (in same fog server, same ip) :

    • 1: default (/images) -> partition / is 30gb (just contains light sysprep images)
    • 2: backup(/home/backup) -> partition /home is 800gb (contains capture of user’s PC)

    I’ve tried to make a pc’s backup (128 gb used on disk) with fog but unfortunately I can’t (the bkp image is on backup storage group and not default)…
    The upload (mac adress folder) take place in /images/dev (no enough space) instead of /home/backup/dev

    Here some informations:
    alt text

    Can you help me ?

    Thank you 🙂

    1 Reply Last reply Reply Quote 0
    • W
      Wayne Workman
      last edited by Feb 3, 2016, 1:40 AM

      What’s your /etc/exports file look like?

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
      Daily Clean Installation Results:
      https://fogtesting.fogproject.us/
      FOG Reporting:
      https://fog-external-reporting-results.fogproject.us/

      1 Reply Last reply Reply Quote 0
      • Q
        Quazz Moderator
        last edited by Feb 3, 2016, 11:12 AM

        Is there a reason why they have to be in seperate storage nodes? Or why the smaller one is the default one?

        1 Reply Last reply Reply Quote 0
        • S
          statoon
          last edited by Feb 3, 2016, 11:24 AM

          Hello,

          [root@BS-FOG ~]# cat /etc/exports
          /images *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0)
          /images/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)
          /home/backup *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0)
          /home/backup/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)
          [root@BS-FOG ~]#

          W 1 Reply Last reply Feb 3, 2016, 1:23 PM Reply Quote 0
          • W
            Wayne Workman @statoon
            last edited by Feb 3, 2016, 1:23 PM

            @statoon It’s because of the fsid, it must be unique. you have 0, 1, 0, 1. It should be 0, 1, 2, 3.

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
            Daily Clean Installation Results:
            https://fogtesting.fogproject.us/
            FOG Reporting:
            https://fog-external-reporting-results.fogproject.us/

            1 Reply Last reply Reply Quote 0
            • S
              statoon
              last edited by Feb 3, 2016, 2:09 PM

              Thank you very much. It works like a charm 🙂

              1 Reply Last reply Reply Quote 1
              • 1 / 1
              1 / 1
              • First post
                1/6
                Last post

              205

              Online

              12.1k

              Users

              17.3k

              Topics

              155.3k

              Posts
              Copyright © 2012-2024 FOG Project