-
Notifications
You must be signed in to change notification settings - Fork 29
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
Cockpit-ZFS-Manager -- Can't configure replication. #24
Comments
DescriptionI have identified an issue while using the Cockpit replication feature in conjunction with #!/usr/bin/perl
# Open a file handle for writing to the debug file
open my $debug_file, '>>', '/tmp/znapzenddebug.txt' or die "Cannot open debug file: $!";
# Print command line arguments to the debug file
print $debug_file "Command line arguments: @ARGV\n"; IssueWhen running the Cockpit replication command with Steps to ReproduceExecute the following command:
Error Message
Expected BehaviorThe Debug InformationContents of the debug file (
I believe that there are many popup windows being opened at one click of the replication selection, and we get a copy of the time requirements for each, leading to a broken command string. I placed quote marks around the plan and then got another error.Steps to ReproduceExecute the following command:
Error Message
|
Bug Report: Issue with Cockpit ZFS Manager Replication
Description:
I am encountering a persistent problem with the Cockpit ZFS Manager on the 45drives platform. Specifically, when attempting to adjust replication settings, the interface falsely reports successful completion. However, upon verification, no changes are evident. Additionally, there is an unwarranted behavior where clicking the replication button initiates three popup windows, necessitating closure before reaching a functional modification window. Although changes made in this final popup are reported as successful, they do not reflect in the actual ZFS configuration. This has been verified by checking the setup using 'znapzendzetup edit,' revealing no discernible alterations from the Cockpit UI.
Steps to Reproduce:
Expected Behavior:
Successful replication settings modifications should reflect in the ZFS configuration as reported by the Cockpit UI.
Actual Behavior:
Changes made through the Cockpit UI are not being applied to the ZFS configuration, despite receiving a successful completion message.
Environment:
Cockpit ZFS Manager version:
We tried both:
cockpit-zfs-manager_1.3.0-3focal_all.deb
cockpit-zfs-manager_1.3.0-5focal_all.deb
Operating System: Ubuntu Live Server 20.04.6 & 22.04.3
Browsers:
Google Chrome Browser
Firefox Browser
Additional Information:
The text was updated successfully, but these errors were encountered: