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
* F #2347 changed install.sh file for add the new JSON
* F #2347 Added a new JSON file for the new tab VMGroup
* F #2347 added a new file and folder for the new tab VMGroup
* F #2347 changed name to vm_group
* F #2347
* F #2347
* F #2347 removed roles tab in fill function, for update
* F #2347 Finalized vm_group tab
* F #2347 removed test file and changed role tab hbs
(cherry picked from commit 882f1bc778e23b69b815e2f866c739d3941fc571)