• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. bluenix
    3. Topics
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 17
    • Best 2
    • Controversial 0
    • Groups 0

    Topics created by bluenix

    • B

      Solved RC8 - Snapin not replicating after edit

      Bug Reports
      • • • bluenix
      11
      0
      Votes
      11
      Posts
      2.9k
      Views

      B

      @Tom-Elliott Great!

    • B

      Solved RC6 - Snapins no longer working

      Bug Reports
      • • • bluenix
      13
      0
      Votes
      13
      Posts
      3.4k
      Views

      Tom ElliottT

      Fairly sure we got this figured out tonight. I’ve added the changes to the head state of svn and git so the fixes are now a part of 1.3.0-RC-8 so no need to wait.

      Thanks @Wayne-Workman for the teamviewer which helped us narrow down what the issue was.

      For all following along, it basically boiled down to file hashing taking far too long on large files. The checker would fail if the script took longer than 30 seconds and would also fail if the connection time was too long. It would also fail if the connection time was too long (timeout was defaulted to 15 seconds). So by default, if large file was not hashed within 45 seconds, it would fail the snapin completely. The fix, for simplicity sake, is to allow the hashing call to run unlimited and increase the connection timeout to a day. This could’ve been fixed had I kept a hash within DB, but I have a hard time trusting it as if somebody manually updates a file it would always fail the hash.

      For Huge snapins (> 5gb) I’d recommend installing the software in your image rather than rely on the snapin system to install them. I say this, because even without hashing, having such a large file (especially spread out to many hosts) will create a lot of bandwidth usage (leaving the server less to perform imaging with if needed) and would be called that number of times to start transferring the file. Add in the hashing (which is another way The client and server help prevent bad files) and you have one big mess of Load and IO access issues.

    • B

      Solved Multiple Deploy Single Snapin tasks - Only last works

      Bug Reports
      • • • bluenix
      9
      1
      Votes
      9
      Posts
      1.9k
      Views

      B

      Great! Compliments for the super quick response and fix. That’s what makes Fog stand out!

    • B

      Solved Snapin upload replaces . (dot) with _ (underscore)

      Bug Reports
      • • • bluenix
      4
      0
      Votes
      4
      Posts
      1.0k
      Views

      B

      Great! Thank you!

    • B

      Location plugin by subnet

      Feature Request
      • • • bluenix
      10
      1
      Votes
      10
      Posts
      2.1k
      Views

      Wayne WorkmanW

      @Tom-Elliott said in Location plugin by subnet:

      As if you’re on subnet 255.255.192.0 and you originally set the DB value up to 255.255.0.0, you’d be far and away off.

      People should have their settings correct. This is another thing that can be corrected for at installation time for storage nodes.

      @george1421 If you know the IP address of the host requesting imaging (which you can get via PHP), and you have an IP and subnet mask for all nodes in the DB, you can just calculate what one it should use. The individual host doesn’t need to pass a subnet mask.

      This setup would require the least amount of change to FOS and/or client (none at all), and a subnet mask field for nodes would be needed.

    • 1 / 1