FOG Project

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

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

    FOG Problems
    3
    6
    955
    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

      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
      • S
        statoon last edited by

        Thank you very much. It works like a charm 🙂

        1 Reply Last reply Reply Quote 1
        • Wayne Workman
          Wayne Workman @statoon last edited by

          @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

            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 ~]#

            Wayne Workman 1 Reply Last reply Reply Quote 0
            • Q
              Quazz Moderator last edited by

              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
              • Wayne Workman
                Wayne Workman last edited by

                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
                • 1 / 1
                • First post
                  Last post

                146
                Online

                10.2k
                Users

                16.3k
                Topics

                149.9k
                Posts

                Copyright © 2012-2020 FOG Project