openvstorage / framework-alba-plugin

The Framework ALBA plugin extends the OpenvStorage GUI with functionality to manage ASDs (Alternate Storage Daemon) and Seagate Kinetic drives.
Other
2 stars 3 forks source link

Two contradicting log entries for nsm_checkup: succesful and failed #209

Closed JeffreyDevloo closed 7 years ago

JeffreyDevloo commented 7 years ago

Problem description

Executed AlbaController.nsm_checkup(backend_guid=guid, min_nsms=3) Found in /var/log/ovs/lib.log:

2016-09-15 11:05:20 78200 +0200 - perf-roub-03 - 25733/139946900580160 - lib/scheduled tasks - 0 - INFO - Ensure single CHAINED mode - ID 1473930320_g52b34S1do - Amount of jobs pending for key ovs_ensure_single_alba.nsm_checkup: 0
2016-09-15 11:05:20 79700 +0200 - perf-roub-03 - 25733/139946900580160 - lib/scheduled tasks - 1 - INFO - Ensure single CHAINED mode - ID 1473930320_g52b34S1do - New task alba.nsm_checkup with params {'backend_guid': 'fb1de670-65df-4b89-b7ba-7eb8c33dc758', 'min_nsms': 3} scheduled for execution
2016-09-15 11:05:20 80900 +0200 - perf-roub-03 - 25733/139946900580160 - lib/scheduled tasks - 2 - INFO - Ensure single CHAINED mode - ID 1473930320_g52b34S1do - Amount of jobs pending for key ovs_ensure_single_alba.nsm_checkup: 1
2016-09-15 11:05:20 80900 +0200 - perf-roub-03 - 25733/139946900580160 - lib/scheduled tasks - 3 - INFO - Ensure single CHAINED mode - ID 1473930320_g52b34S1do -   KWARGS: {'backend_guid': 'fb1de670-65df-4b89-b7ba-7eb8c33dc758', 'min_nsms': 3}
2016-09-15 11:05:20 93400 +0200 - perf-roub-03 - 25733/139946900580160 - lib/alba - 4 - DEBUG - Ensuring NSM safety for backend hdd_roub_abm
2016-09-15 11:05:21 86200 +0200 - perf-roub-03 - 25733/139946900580160 - lib/alba - 5 - DEBUG - NSM load OK
2016-09-15 11:05:21 86200 +0200 - perf-roub-03 - 25733/139946900580160 - lib/alba - 6 - DEBUG - Externally managed NSM arakoon cluster needs to be expanded
2016-09-15 11:05:22 20100 +0200 - perf-roub-03 - 25733/139946900580160 - lib/alba - 8 - WARNING - Cannot claim additional NSM clusters, because no clusters are available
2016-09-15 11:05:22 20200 +0200 - perf-roub-03 - 25733/139946900580160 - lib/scheduled tasks - 9 - INFO - Ensure single CHAINED mode - ID 1473930320_g52b34S1do - Task alba.nsm_checkup finished successfully
2016-09-15 11:05:22 20200 +0200 - perf-roub-03 - 25733/139946900580160 - lib/scheduled tasks - 10 - ERROR - Ensure single CHAINED mode - ID 1473930320_g52b34S1do - Task alba.nsm_checkup with params with params {'backend_guid': 'fb1de670-65df-4b89-b7ba-7eb8c33dc758', 'min_nsms': 3} failed
2016-09-15 11:05:22 21400 +0200 - perf-roub-03 - 25733/139946900580160 - lib/scheduled tasks - 11 - INFO - Ensure single CHAINED mode - ID 1473930320_g52b34S1do - Amount of jobs pending for key ovs_ensure_single_alba.nsm_checkup: 0

The ids of the task are identical. The job ran (as far as I know) successfully.

Setup

Geoscale setup

Package information

openvstorage-ci commented 7 years ago

This issue was moved to openvstorage/framework#907