Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved a log entry that was being used in the wrong place. #868

Merged
merged 7 commits into from
Mar 21, 2025
Merged

Conversation

@digimer
Copy link
Member Author

digimer commented Mar 20, 2025

@ylei-tsubame the regression has been fixed. Please review and, if happy, merge and/or add the front-end fix.

Example query;

SELECT 
    a.scan_cluster_name, 
    b.scan_cluster_node_name, 
    b.scan_cluster_node_pacemaker_id AS id, 
    b.scan_cluster_node_in_ccm AS in_ccm, 
    b.scan_cluster_node_crmd_member AS crmd, 
    b.scan_cluster_node_cluster_member AS member 
FROM 
    scan_cluster a, scan_cluster_nodes b 
WHERE 
    a.scan_cluster_uuid = b.scan_cluster_node_scan_cluster_uuid 
AND 
    a.scan_cluster_anvil_uuid = 'xxx' 
AND 
    a.scan_cluster_cib != 'DELETED';

@digimer
Copy link
Member Author

digimer commented Mar 20, 2025

retest this please

2 similar comments
@digimer
Copy link
Member Author

digimer commented Mar 20, 2025

retest this please

@digimer
Copy link
Member Author

digimer commented Mar 20, 2025

retest this please

@ylei-tsubame
Copy link
Collaborator

@digimer Please rebase on top of ylei-tsubame:issues/871-872-ignore-deleted-records (change the remote as necessary) to make the RPM build include the UI patches related to issues #871, and #872.

@digimer
Copy link
Member Author

digimer commented Mar 20, 2025

retest this please

1 similar comment
@digimer
Copy link
Member Author

digimer commented Mar 21, 2025

retest this please

@digimer digimer requested a review from ylei-tsubame March 21, 2025 04:38
@digimer digimer merged commit 428cf6f into main Mar 21, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deleted Storage Group shows up as option when provisioning a server
3 participants