|
|
|
@20175
|
18 years |
jhoblitt |
add find_objects_with_extra_instances query
change get_mounted_volumes …
|
|
|
|
@20155
|
18 years |
jhoblitt |
add neb-voladm util
|
|
|
|
@20145
|
18 years |
jhoblitt |
update get_volumes
|
|
|
|
@20089
|
18 years |
jhoblitt |
stub out neb-voladm
|
|
|
|
@20030
|
18 years |
jhoblitt |
change find_objects_with_unavailable_instances query to work on a …
|
|
|
|
@20023
|
18 years |
jhoblitt |
drop instance.sha1sum and instance.assigned_vol_id
|
|
|
|
@20019
|
18 years |
jhoblitt |
change getmountedvol() to preserve the state of FOREIGN_KEY_CHECKS
|
|
|
|
@20018
|
18 years |
jhoblitt |
actually populate the myvolume table
|
|
|
|
@20017
|
18 years |
jhoblitt |
use a temp table instead of a view in getmountedvol()
|
|
|
|
@19959
|
18 years |
jhoblitt |
change getmountedvol() to use a view of the volume table to avoid …
|
|
|
|
@19792
|
18 years |
jhoblitt |
fix getmountedvol() stored proc to not add volumes to the mountedvol …
|
|
|
|
@19641
|
18 years |
jhoblitt |
add so_id/name idxs to storage_object_xattr table
|
|
|
|
@19144
|
18 years |
jhoblitt |
change the get_replication_volume_for_ext_id query to choose a storage …
|
|
|
|
@18434
|
18 years |
jhoblitt |
change find_objects_with_unavailable_instances query to only count …
|
|
|
|
@18415
|
18 years |
jhoblitt |
stop replicating when instances == copies
|
|
|
|
@18400
|
18 years |
jhoblitt |
add "smart" storage volume selection when ->replicate_object() is …
|
|
|
|
@18388
|
18 years |
jhoblitt |
add volume.host field
|
|
|
|
@18387
|
18 years |
jhoblitt |
add volume.host field
|
|
|
|
@18017
|
18 years |
jhoblitt |
SQL tweaks/testing
|
|
|
|
@17857
|
18 years |
jhoblitt |
declare default SQL charset
|
|
|
|
@17836
|
18 years |
jhoblitt |
rollback 1.54
|
|
|
|
@17830
|
18 years |
jhoblitt |
remove the use of LAST_INSERT_ID() from the new_object_instance query
|
|
|
|
@17816
|
18 years |
jhoblitt |
add back the acidentally removed get_mounted_volumes
|
|
|
|
@17815
|
18 years |
jhoblitt |
add neb-admin util
|
|
|
|
@17772
|
18 years |
jhoblitt |
fixes!
|
|
|
|
@17546
|
18 years |
jhoblitt |
change default log level to 'WARN'
|
|
|
|
@17077
|
18 years |
jhoblitt |
add Nebulous::Server::mounts()
|
|
|
|
@17072
|
18 years |
jhoblitt |
server/client split
|
|
|
|
@16282
|
18 years |
jhoblitt |
fix mountedvol fkey issues
|
|
|
|
@16265
|
18 years |
jhoblitt |
fix issues causes by adding fkey's to the instance table
|
|
|
|
@16264
|
18 years |
jhoblitt |
add neb-fsck
|
|
|
|
@16259
|
18 years |
jhoblitt |
add additional fkey constraints to the instance table
|
|
|
|
@16244
|
18 years |
jhoblitt |
redo database schema with foreign keys
|
|
|
|
@16181
|
19 years |
jhoblitt |
stop trying to drop the class table (long since removed)
|
|
|
|
@13303
|
19 years |
jhoblitt |
s/get_storage_volume_byname/get_storage_volume_by_name/
|
|
|
|
@13302
|
19 years |
jhoblitt |
make filesystem xattr support optional & disabled by default
|
|
|
|
@13251
|
19 years |
jhoblitt |
rework the getmountedvol() stored procedure to attempt to work around …
|
|
|
|
@13245
|
19 years |
jhoblitt |
change getmountedvol() to set it's own transaction level to attempt to …
|
|
|
|
@13226
|
19 years |
jhoblitt |
add some additional keys
|
|
|
|
@13215
|
19 years |
jhoblitt |
fix new_volume syntax
|
|
|
|
@13180
|
19 years |
jhoblitt |
overhaul Nebulous::Client->cull()
add the number of instances to …
|
|
|
|
@13177
|
19 years |
jhoblitt |
SQL cleanup
|
|
|
|
@13173
|
19 years |
jhoblitt |
better paramter checking
overhaul instance table
add …
|
|
|
|
@13131
|
19 years |
jhoblitt |
add volume.available field and logic to use it
|
|
|
|
@13130
|
19 years |
jhoblitt |
add volume.allocate field and logic to use it
|
|
|
|
@13115
|
19 years |
jhoblitt |
add instance.vol_id field
misc code cleanups
|
|
|
|
@13111
|
19 years |
jhoblitt |
hack to fix mysterous lack of initalization
|
|
|
|
@13092
|
19 years |
jhoblitt |
remove $class_id & $comment params from Nebulous::Server->create() and …
|
|
|
|
@13087
|
19 years |
jhoblitt |
add Nebulous::Server->{setxattr_object, listxattr_object, …
|
|
|
|
@13071
|
19 years |
jhoblitt |
add Nebulous::Server->rename_object()
|
|
|
|
@13047
|
19 years |
jhoblitt |
add Nebulous::Server->find_keys()
|
|
|
|
@13041
|
19 years |
jhoblitt |
add getmountedvol() stored procedure
|
|
|
|
@13027
|
19 years |
jhoblitt |
create the default "class id" when the database is initialized
|
|
|
|
@12961
|
19 years |
jhoblitt |
change API to generally return true URIs instead of file paths
add …
|
|
|
|
@12007
|
19 years |
jhoblitt |
rename volume.mountpoint -> volume.path
|
|
|
|
@12005
|
19 years |
jhoblitt |
add nebdiskd
add mount table
|
|
|
|
@10628
|
20 years |
jhoblitt |
make Nebulous::Server::Config no longer a singleton
|
|
|
|
@10627
|
20 years |
jhoblitt |
make Nebulous::Server::Log mod_perl aware
change Nebulous::Server::Log …
|
|
|
|
@10579
|
20 years |
jhoblitt |
change Nebulous::Server::SOAP to be mod_perl aware
change …
|
|
|
|
@10576
|
20 years |
jhoblitt |
make SQL syntax MySQL 5 compatible
|
|
|
|
@10451
|
20 years |
jhoblitt |
don't reset the query cache when dropping tables
|
|
|
|
@6094
|
21 years |
jhoblitt |
add 'RESET QUERY CACHE'
|
|
|
|
@5664
|
21 years |
jhoblitt |
Nebulous::Client, Nebulous::Server, & Nebulous::Server::SQL VERSION to …
|
|
|
|
@5503
|
21 years |
jhoblitt |
rename Nebulous::Server::SQL->get_class_id -> get_class_by_id
|
|
|
|
@5501
|
21 years |
jhoblitt |
add _is_valid_volume_name()
|
|
|
|
@5496
|
21 years |
jhoblitt |
change the class table so the class_id field isn't auto-incremented
|
|
|
|
@5490
|
21 years |
jhoblitt |
change create_object to verify that it's class param is valid
|
|
|
|
@5489
|
21 years |
jhoblitt |
remove instance from the class table
|
|
|
|
@5487
|
21 years |
jhoblitt |
add type to storage_object
fix delete_object sql
|
|
|
|
@5481
|
21 years |
jhoblitt |
change delete_object to also remove storage_object_attr
|
|
|
|
@5478
|
21 years |
jhoblitt |
split storage_object table into storage_object & storage_object_attr
|
|
|
|
@4933
|
21 years |
jhoblitt |
add index for volume.name
|
|
|
|
@4912
|
21 years |
jhoblitt |
fix new_volume() sql
|
|
|
|
@4906
|
21 years |
jhoblitt |
add new_volume()
|
|
|
|
@4894
|
21 years |
jhoblitt |
add get_db_schema() and get_db_clear()
|
|
|
|
@4880
|
21 years |
jhoblitt |
typo fix
|
|
|
|
@4878
|
21 years |
jhoblitt |
add init() class method
|
|
|
|
@4874
|
21 years |
jhoblitt |
rename Nebulous::Server->setup() -> Nebulous::Server->init()
add …
|
|
|
|
@4440
|
21 years |
jhoblitt |
rename PS::IPP::IData -> Nebulous
|
|
|
|
@3016
|
22 years |
jhoblitt |
update database scheme for mysql 4.1 syntax
|
|
|
|
@2918
|
22 years |
jhoblitt |
use PS::IPP::IData::Server::SOAP as a proxy between Apache.pm and Server.pm
|
|
|
|
@2917
|
22 years |
jhoblitt |
first working version
|
|
|
|
@2902
|
22 years |
jhoblitt |
remove raw SQl from _get_storage_volume
|
|
|
|
@2900
|
22 years |
jhoblitt |
suppress warnings
|
|
|
|
@2898
|
22 years |
jhoblitt |
fatal warnings
|
|
|
|
@2785
|
22 years |
jhoblitt |
This commit was generated by cvs2svn to compensate for changes in …
|