IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/Nebulous-Server

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20143   18 years jhoblitt testing…
(edit) @20134   18 years jhoblitt change nebdiskd to not do things that might imply a table level lock …
(edit) @20092   18 years jhoblitt add Nebulous::Server->swap_objects() method
(edit) @20091   18 years jhoblitt add Nebulous::Server->swap_objects() method
(edit) @20090   18 years jhoblitt whitespace tweaks
(edit) @20089   18 years jhoblitt stub out neb-voladm
(edit) @20060   18 years jhoblitt use a temp copy of the volume table too
(edit) @20057   18 years jhoblitt change Nebulous::Server->new() to call ->db() instead of setting up …
(edit) @20056   18 years jhoblitt change Nebulous::Server->new() to not setup the db handle on object …
(edit) @20046   18 years jhoblitt retry system call failures
(edit) @20031   18 years jhoblitt change neb-admin to properly cleanup it's semaphore file
(edit) @20030   18 years jhoblitt change find_objects_with_unavailable_instances query to work on a …
(edit) @20023   18 years jhoblitt drop instance.sha1sum and instance.assigned_vol_id
(edit) @20019   18 years jhoblitt change getmountedvol() to preserve the state of FOREIGN_KEY_CHECKS
(edit) @20018   18 years jhoblitt actually populate the myvolume table
(edit) @20017   18 years jhoblitt use a temp table instead of a view in getmountedvol()
(edit) @19959   18 years jhoblitt change getmountedvol() to use a view of the volume table to avoid …
(edit) @19956   18 years jhoblitt remove call to getmountedvol() stored proc from …
(edit) @19887   18 years jhoblitt add gentoo init script
(edit) @19886   18 years jhoblitt fix nebulous --stop to return a status of 0 on success
(edit) @19877   18 years jhoblitt add --user and --group options to nebdiskd to select the user/group …
(edit) @19871   18 years jhoblitt remove unused fix_disk_stats() rework mountpoint polling so that …
(edit) @19797   18 years jhoblitt document neb-voladd --host option
(edit) @19796   18 years jhoblitt dump Sys::Statistics::Linux::DiskUsage for Filesys::Df in nebdiskd as …
(edit) @19792   18 years jhoblitt fix getmountedvol() stored proc to not add volumes to the mountedvol …
(edit) @19791   18 years jhoblitt rework nebdiskd to only record data on volumes it is supposed to be …
(edit) @19790   18 years jhoblitt add a pid file to neb-admin so only one instance can be run at a time
(edit) @19740   18 years jhoblitt rename bin/neb-addvol -> bin/neb-voladd
(edit) @19641   18 years jhoblitt add so_id/name idxs to storage_object_xattr table
(edit) @19623   18 years jhoblitt rename neb-addvol -> neb-voladd
(edit) @19495   18 years jhoblitt VERSION 0.15
(edit) @19493   18 years jhoblitt invert soft volume semantics
(edit) @19491   18 years bills changes in replication implementation require a change in the initial …
(edit) @19473   18 years bills Set needed variables before returning from eval block. Fix typo in …
(edit) @19472   18 years bills remove non-existent files
(edit) @19471   18 years bills adapt test to new soft volume semantics
(edit) @19470   18 years bills make request for bad volume in test !soft
(edit) @19431   18 years jhoblitt start of inversion of soft volume semantics
(edit) @19144   18 years jhoblitt change the get_replication_volume_for_ext_id query to choose a storage …
(edit) @19036   18 years jhoblitt add sanity checking
(edit) @18457   18 years jhoblitt VERSION 0.13
(edit) @18452   18 years jhoblitt more any volume tests
(edit) @18451   18 years jhoblitt create a Nebulous::Keys object to represent a parsed neb key and …
(edit) @18434   18 years jhoblitt change find_objects_with_unavailable_instances query to only count …
(edit) @18417   18 years jhoblitt update
(edit) @18416   18 years jhoblitt don't report a stat() as successful even when it fails under --debug
(edit) @18415   18 years jhoblitt stop replicating when instances == copies
(edit) @18407   18 years jhoblitt typo
(edit) @18406   18 years jhoblitt change output metadata name to replicatePending
(edit) @18400   18 years jhoblitt add "smart" storage volume selection when ->replicate_object() is …
(edit) @18389   18 years jhoblitt add volume.host field
(edit) @18388   18 years jhoblitt add volume.host field
(edit) @18387   18 years jhoblitt add volume.host field
(edit) @18386   18 years jhoblitt add --host option to neb-initdb add --host option to neb-addvol
(edit) @18349   18 years jhoblitt add --host option to neb-admin
(edit) @18231   18 years jhoblitt add --host option to nebdiskd
(edit) @18205   18 years jhoblitt only grant privs on the nebulous db
(edit) @18017   18 years jhoblitt SQL tweaks/testing
(edit) @17857   18 years jhoblitt declare default SQL charset
(edit) @17836   18 years jhoblitt rollback 1.54
(edit) @17831   18 years jhoblitt VERSION 0.12
(edit) @17830   18 years jhoblitt remove the use of LAST_INSERT_ID() from the new_object_instance query
(edit) @17817   18 years jhoblitt cleanup option handling and docs
(edit) @17816   18 years jhoblitt add back the acidentally removed get_mounted_volumes
(edit) @17815   18 years jhoblitt add neb-admin util
(edit) @17772   18 years jhoblitt fixes!
(edit) @17771   18 years jhoblitt fwv
(edit) @17761   18 years jhoblitt fix Nebulous::Server::setxattr_object() so that creating a new xattr …
(edit) @17757   18 years jhoblitt VERSION 0.11
(edit) @17753   18 years jhoblitt add support for the magical ':any' volume to …
(edit) @17717   18 years jhoblitt test updates
(edit) @17716   18 years jhoblitt call sync on newly created files from …
(edit) @17697   18 years jhoblitt test improvements
(edit) @17694   18 years jhoblitt VERSION 0.10
(edit) @17690   18 years jhoblitt cleanup error handling in Nebulous::Server::stat_object()/find_objects()
(edit) @17687   18 years jhoblitt update Nebulous::Server::lock_object()/unlock_object() fault strings
(edit) @17680   18 years jhoblitt cleanup database error handling: make sure queries are ->finished …
(edit) @17678   18 years jhoblitt document xattr methods
(edit) @17650   18 years jhoblitt change Nebulous::Server::stat() to not die when passed a non-existant key
(edit) @17621   18 years jhoblitt change listxattr_object() to return an arrayref
(edit) @17620   18 years jhoblitt change listxattr_object() to return an arrayref
(edit) @17546   18 years jhoblitt change default log level to 'WARN'
(edit) @17544   18 years jhoblitt don't die in stat_object() when no object is found
(edit) @17543   18 years jhoblitt fix _is_valid_object_key() to handle nebulous keys
(edit) @17540   18 years jhoblitt VERSION 0.09
(edit) @17539   18 years jhoblitt allow volume name arguments to be undef
(edit) @17536   18 years jhoblitt import UNDEF
(edit) @17535   18 years jhoblitt allow Nebulous::Server::create_object() vol_name to be undef
(edit) @17453   18 years jhoblitt VERSION 0.08
(edit) @17452   18 years jhoblitt set permissions on storage instance directories
(edit) @17077   18 years jhoblitt add Nebulous::Server::mounts()
(edit) @17076   18 years jhoblitt server/client split
(edit) @17074   18 years jhoblitt server/client split
(edit) @17073   18 years jhoblitt server/client split
(edit) @17072   18 years jhoblitt server/client split
(edit) @16566   18 years jhoblitt change SUBPATH_DEPTH
(edit) @16565   18 years jhoblitt add support for storing instances in multi-tier 'hashed' directories
(edit) @16354   18 years jhoblitt pickup test DB settings from the env.
(edit) @16315   18 years eugene fixed typo (file for path)
(edit) @16282   18 years jhoblitt fix mountedvol fkey issues
Note: See TracRevisionLog for help on using the revision log.