> Questions:
> 1. Does this look write to you? Is there any packages that I am
> missing?
Close enough? It seems to work for you.
> 2. The above method is all manual, however upon I did notice that
> each of these files have a /debian dir that I can build a .deb package
> out of using the deb build tools. Before I followed the above method I
> did try, and was successful, in building Debian packages using the svn
> co from trunk and the build scripts you guys setup. However when I
> built the debs they still had a version of 1.0X. Since I had
> originally checked out the code for from trunk I did my best to go
> through the code to look at the version numbers in various perl libs
> and found that for the most part everything matched up with the latest
> versions of the code, again this is checking it out of trunk.
> However, like I stated, when I built everything the packages still
> said 1.00.. I went head and modified the changelog via debchange tool
> and set the changelog info to latest version number but I wanted to
> double check if this is correct thing to do?
I'll admit I don't build these often. I can't see the harm in it though?
> 3.b Do the storage nodes only need this conf file?
> - mogstored.conf (same as above question)
Trackers just need tracker config. Everything else needs a config of what
you intend to run on it.
> 4. Usage Question: Like I said so I get the system up and I begin to
> use it. I inject a small file "mogtool inject /etc/hosts hosts"
> everything pans out, system says great! Then I do a "mogtool list"
> and it says #0 files, I turn around and do a "mogtool locate hosts"
> and it gives me the paths. Any clues? Why does mogtool list not give
> me the list of keys back? What background process, if any, control
> this?
mogtool list is deceptive. That only lists "bigfiles" - use listkeys or
just try to fetch the files back.
> 5. Next I try to insert bigger files and the system give me 3 second
> timeouts. This is for >=64MB and =>GB files
> 5.a could use of my DomU's be the problem, do you think the system is
> competing for resources or is this issue more a config thing?
You should really write a small script that more closely reflects how your
app will be uploading files. mogtool does a lot more than necessary.
Also, yes, it's possible that your DomU's are too slow. If you're using
your own client you should be able to increase the client timeout.
-Dormando