Bug 1173213
Summary: | Unable to schedule backup of internal vmdb_production DB using CFME console | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Lucy Fu <lufu> |
Component: | Appliance | Assignee: | Lucy Fu <lufu> |
Status: | CLOSED ERRATA | QA Contact: | Nandini Chandra <nachandr> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 5.3.0 | CC: | dajohnso, dclarizi, gmccullo, jhardy, jocarter, jrafanie, mfeifer, nachandr, ngupta, xlecauch |
Target Milestone: | GA | ||
Target Release: | 5.4.0 | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 5.4.0.0.11 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 1172491 | Environment: | |
Last Closed: | 2015-06-16 12:46:12 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1172491 | ||
Bug Blocks: |
Description
Lucy Fu
2014-12-11 17:13:12 UTC
New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=71a2ace08af6bcd16037312a76f47944ea1276e6 commit 71a2ace08af6bcd16037312a76f47944ea1276e6 Author: Lucy Fu <lufu> AuthorDate: Thu Dec 11 12:18:13 2014 -0500 Commit: Lucy Fu <lufu> CommitDate: Mon Dec 15 11:33:44 2014 -0500 Rename method .validate to .validate_settings for FileDepotSmb and FileDepotFtp. To avoid overriding rails .validate method. https://bugzilla.redhat.com/show_bug.cgi?id=1173213 vmdb/app/models/file_depot_ftp.rb | 2 +- vmdb/app/models/file_depot_smb.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=0565a1c9d664b0345cfff496000980145254392e commit 0565a1c9d664b0345cfff496000980145254392e Author: Lucy Fu <lufu> AuthorDate: Thu Dec 11 12:26:18 2014 -0500 Commit: Lucy Fu <lufu> CommitDate: Mon Dec 15 11:33:44 2014 -0500 Delete FileDepot.verify_depot_hash and FileDepot#verify_credentials. Instead of calling FileDepot.verify_depot_hash, the caller should call .validate_settings based on the depot's class. Instead of calling FileDepot#verify_credentials, the caller should call . verify_credentials based on the depot's class. https://bugzilla.redhat.com/show_bug.cgi?id=1173213 vmdb/app/models/file_depot.rb | 11 ----------- 1 file changed, 11 deletions(-) New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=6ffc41c58a2e27fea90dac7e22c6982f3f3163f5 commit 6ffc41c58a2e27fea90dac7e22c6982f3f3163f5 Author: Lucy Fu <lufu> AuthorDate: Thu Dec 11 12:22:15 2014 -0500 Commit: Lucy Fu <lufu> CommitDate: Mon Dec 15 11:33:45 2014 -0500 Fix MiqSchedule.verify_depot_hash to call FileDepot's subclass method directly to validate the depot settings based on the depot's type. https://bugzilla.redhat.com/show_bug.cgi?id=1173213 vmdb/app/models/miq_schedule.rb | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=7ab223491d1124840a7623f033e20bac9f0f4dfa commit 7ab223491d1124840a7623f033e20bac9f0f4dfa Author: Lucy Fu <lufu> AuthorDate: Thu Dec 11 12:38:15 2014 -0500 Commit: Lucy Fu <lufu> CommitDate: Mon Dec 15 11:33:45 2014 -0500 Fix the log message about depot settings. Which is used by both log depot and DB backup. https://bugzilla.redhat.com/show_bug.cgi?id=1173213 vmdb/app/models/file_depot_smb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=80081ff5f8bbc25d213df77e31297282ab2db2ec commit 80081ff5f8bbc25d213df77e31297282ab2db2ec Author: Lucy Fu <lufu> AuthorDate: Thu Dec 11 13:26:51 2014 -0500 Commit: Lucy Fu <lufu> CommitDate: Mon Dec 15 11:33:45 2014 -0500 Add a flash message when MiqSchedule.verify_depot_hash fails. https://bugzilla.redhat.com/show_bug.cgi?id=1173213 vmdb/app/controllers/ops_controller/settings/schedules.rb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=c36bf193f96697b908a22f480b243116197a5af6 commit c36bf193f96697b908a22f480b243116197a5af6 Author: Lucy Fu <lufu> AuthorDate: Thu Dec 11 13:27:43 2014 -0500 Commit: Lucy Fu <lufu> CommitDate: Mon Dec 15 11:33:46 2014 -0500 Fix the spec for MiqSchedule.verify_depot_hash. https://bugzilla.redhat.com/show_bug.cgi?id=1173213 vmdb/spec/models/miq_schedule_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=9860057c47097041ef8ab3e397a24b4e41ca95e3 commit 9860057c47097041ef8ab3e397a24b4e41ca95e3 Author: Brandon Dunne <bdunne> AuthorDate: Fri Dec 12 16:10:41 2014 -0500 Commit: Lucy Fu <lufu> CommitDate: Mon Dec 15 11:33:46 2014 -0500 Add FileDepot.supported_protocols https://bugzilla.redhat.com/show_bug.cgi?id=1173213 vmdb/app/models/file_depot.rb | 4 ++++ vmdb/app/models/miq_schedule.rb | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/0ddb46264adda7925b4ccc1c1af8592100250f56 commit 0ddb46264adda7925b4ccc1c1af8592100250f56 Author: Lucy Fu <lufu> AuthorDate: Thu Dec 11 12:26:18 2014 -0500 Commit: Lucy Fu <lufu> CommitDate: Fri Dec 12 11:55:00 2014 -0500 Delete FileDepot.verify_depot_hash and FileDepot#verify_credentials. Instead of calling FileDepot.verify_depot_hash, the caller should call .validate_settings based on the depot's class. Instead of calling FileDepot#verify_credentials, the caller should call . verify_credentials based on the depot's class. https://bugzilla.redhat.com/show_bug.cgi?id=1173213 vmdb/app/models/file_depot.rb | 11 ----------- 1 file changed, 11 deletions(-) New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/2f80a78c3aefa34dc3f2918fe5ae6c5b734b0219 commit 2f80a78c3aefa34dc3f2918fe5ae6c5b734b0219 Author: Lucy Fu <lufu> AuthorDate: Thu Dec 11 12:38:15 2014 -0500 Commit: Lucy Fu <lufu> CommitDate: Fri Dec 12 11:55:00 2014 -0500 Fix the log message about depot settings. Which is used by both log depot and DB backup. https://bugzilla.redhat.com/show_bug.cgi?id=1173213 vmdb/app/models/file_depot_smb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/1b54758e72b1c3ffe3156e7b2f25643faf2e7c9c commit 1b54758e72b1c3ffe3156e7b2f25643faf2e7c9c Author: Lucy Fu <lufu> AuthorDate: Thu Dec 11 12:22:15 2014 -0500 Commit: Lucy Fu <lufu> CommitDate: Fri Dec 12 11:55:00 2014 -0500 Fix MiqSchedule.verify_depot_hash to call FileDepot's subclass method directly to validate the depot settings based on the depot's type. https://bugzilla.redhat.com/show_bug.cgi?id=1173213 vmdb/app/models/miq_schedule.rb | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/cb1e2bad0bc0f3e4b12f8c684fc0f8c436bae56f commit cb1e2bad0bc0f3e4b12f8c684fc0f8c436bae56f Author: Lucy Fu <lufu> AuthorDate: Thu Dec 11 13:26:51 2014 -0500 Commit: Lucy Fu <lufu> CommitDate: Fri Dec 12 11:55:01 2014 -0500 Add a flash message when MiqSchedule.verify_depot_hash fails. https://bugzilla.redhat.com/show_bug.cgi?id=1173213 vmdb/app/controllers/ops_controller/settings/schedules.rb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/97ff319d75708525ddb2bd8c6616d4860736cc4a commit 97ff319d75708525ddb2bd8c6616d4860736cc4a Author: Lucy Fu <lufu> AuthorDate: Thu Dec 11 13:27:43 2014 -0500 Commit: Lucy Fu <lufu> CommitDate: Fri Dec 12 11:55:01 2014 -0500 Fix the spec for MiqSchedule.verify_depot_hash. https://bugzilla.redhat.com/show_bug.cgi?id=1173213 vmdb/spec/models/miq_schedule_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/1ac7a8869a3b1f7096c2253f00eb792b0f1570f1 commit 1ac7a8869a3b1f7096c2253f00eb792b0f1570f1 Author: Brandon Dunne <bdunne> AuthorDate: Fri Dec 12 16:10:41 2014 -0500 Commit: Brandon Dunne <bdunne> CommitDate: Fri Dec 12 16:10:41 2014 -0500 Add FileDepot.supported_protocols https://bugzilla.redhat.com/show_bug.cgi?id=1173213 vmdb/app/models/file_depot.rb | 4 ++++ vmdb/app/models/miq_schedule.rb | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/d9d62c74d2d0f84d20a44a0ad469001f7c03ef64 commit d9d62c74d2d0f84d20a44a0ad469001f7c03ef64 Author: Lucy Fu <lufu> AuthorDate: Thu Dec 11 12:18:13 2014 -0500 Commit: Lucy Fu <lufu> CommitDate: Fri Dec 12 11:55:00 2014 -0500 Rename method .validate to .validate_settings for FileDepotSmb and FileDepotFtp. To avoid overriding rails .validate method. https://bugzilla.redhat.com/show_bug.cgi?id=1173213 vmdb/app/models/file_depot_ftp.rb | 2 +- vmdb/app/models/file_depot_smb.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Verified in 5.4.0.0.11 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-1100.html |