bbfsdev / bbfs

Big brother file system (distributed file system)
14 stars 5 forks source link

Parameters - default configuration files or simple init to generate .bbfs directory + config files. #141

Closed bbfsdev closed 11 years ago

bbfsdev commented 11 years ago

All parameters can be put in configuration files. Every program have a default configuration file which can be changed with command line parameters.

Example: I was unable to start "backup_server" without "--conf_file".

bbfsdev commented 11 years ago

I have talked to Shiray, the only thing he wants is that is we put the config file user ~/.bbfs/etc/content_server.yml Then by default the program will try to read this specific file.

Gena, please talk to me...

genadyp commented 11 years ago

@kolmanv @yarondbb @vshiray

as a temp solution defaults were added: ContentServer: ~/.bbfs/etc/config_content_server.yml BackupServer: ~/.bbfs/etc/config_backup_server.yml

Need to note it in release notes


Servers failed to start with defaults. Need to determine what are the parameters that must be set manually.

bbfsdev commented 11 years ago

Updated release notes.

bbfsdev commented 11 years ago

Not blocking release any more, unassigning and removing milestone.

bbfsdev commented 11 years ago

Done.