Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few updates for gridfs-fuse #9

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

A few updates for gridfs-fuse #9

wants to merge 13 commits into from

Conversation

wwoods
Copy link

@wwoods wwoods commented Dec 1, 2011

Hey, I pulled in thenrich's changes and made the username / password stuff optional, and then allowed a prefix as per the gridFS specs. Thought you might want to pull these in.

root and others added 11 commits July 29, 2011 11:06
…GridFS uses a db-per-namespace instead of nested directory support. For our usage, this is much more friendly that creating a directory by default anytime our files don't have periods in them.
…calls. We're creating a lastFN variable that remembers the last filename it saw and checks against taht filename before calling the filler() function on the next file
@pulstar
Copy link

pulstar commented Feb 5, 2012

Could anyone here help me to resolve the issues below when installing gridfs-fuse? Thank you in advance!

#11

fvdm and others added 2 commits March 28, 2012 23:38
…t’ directly"

Error on Ubuntu Server 11.10 64bit:

$ make debian
g++ -g -D_FILE_OFFSET_BITS=64 -I. -I/usr/local/include -c main.cpp
main.cpp: In function ‘int main(int, char**)’:
main.cpp:63:106: error: cannot call constructor ‘mongo::HostAndPort::HostAndPort’ directly [-fpermissive]
main.cpp:63:106: error:   for a function-style cast, remove the redundant ‘::HostAndPort’ [-fpermissive]
make: *** [main.o] Error 1
Fixed "error: cannot call constructor ‘mongo::HostAndPort::HostAndPort’ ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants