IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
This contains all these changes
* Use IMAGE_STATES array from OCA
* Including OpenNebula breaks fsck
* Extract check_pool_control and check_users_groups
* Extract check_clusters
* Extract check_datastores
* Move schema definitions to a hash
* Move counter initialization to its own methods
* Add comments to sections
To see them use:
grep -E '(DATA|FIX|TODO):' fsck.rb
* More fsck comments
* Move image checks to its own file
* Move marketplace/app checks to it's own file
* Take out do_ prefix from functions
* Move pool_control checks
* Move user and group checks
* Split check_clusters to external functions
There are still functions that regenerate the whole table. This should
be fixed later. Look for functions called check_fix_*.
Look also for use of REXML instead of Nokogiri. This can be found
searching for "Document.new".
Some searches are done using plain SQL statements. These can be
changed to sequel functions.
* Split check_datastores
* Move VM checks
* Move cluster_vnc_bitmap checks
* Move history check
* Move vrouter check
* Move host checks
* Move network checks
* Move quota checks
* Move template checks
* Reorganize quota check code
* Calculate quota for datastores with target SELF
* Add fsck directory to install.sh
* Bug in fsck quota code
* Changed order in image datatable
* Changed order in virtual routers datatable
* Changed order virtual routers templates datatable
* Changed order datastores datatable
* Changed order marketplaceapps datatable
* Changed order marketplaces datatable
* Changed order oneflow-services datatable
* Changed order oneflow-templates datatable
* Changed order secgroups datatable
* Changed order vms datatable
* Changed order vnets datatable