All work
- Pull replication fails - ps command has wrong (missing) flagsNAS-108185Resolved issue: NAS-108185Vladimir Vinogradenko
- Error creating KiB and MiB datasetNAS-107827Resolved issue: NAS-107827Triage Team
- Unable to remove certificate in s3 serviceNAS-107533Resolved issue: NAS-107533Erin Clark
- Memory used by services ist constantly growingNAS-107274Resolved issue: NAS-107274Triage Team
- UI refers to smb5.conf, but should read smb4.confNAS-107162Resolved issue: NAS-107162Timothy Moore II
- Custom sync schedule forgotten when editing taskNAS-107096Resolved issue: NAS-107096Lola Yang
- Unable to upload 8TB file to backblaze.NAS-107032Resolved issue: NAS-107032Vladimir Vinogradenko
- Debian installer display corrupted on VNCNAS-106976Resolved issue: NAS-106976Triage Team
- Не импортируются пользователиNAS-106969Resolved issue: NAS-106969Triage Team
- qBittorrent Plugin Not InstallingNAS-106965Resolved issue: NAS-106965Waqar
- Have autotuner check/update as necessaryNAS-106954Resolved issue: NAS-106954Bill O'Hanlon
- ACL recursion is brokenNAS-106944Resolved issue: NAS-106944Triage Team
- can access to share fileNAS-106943Resolved issue: NAS-106943Triage Team
- Replacing boot usb drive problemNAS-106918Resolved issue: NAS-106918Waqar
- Regression in permissions change behaviorNAS-106911Resolved issue: NAS-106911Andrew Walker
- Setting static IP causes FreeNAS to become inaccessible on the networkNAS-106910Resolved issue: NAS-106910Triage Team
- Setting a static IP address causes FreeNAS to become inaccessibleNAS-106909Resolved issue: NAS-106909Triage Team
- smb4.conf misconfigured after restart when LDAP and AD services enabledNAS-106906Resolved issue: NAS-106906Triage Team
- zvols not visible from CLI (or replicating)NAS-106898Resolved issue: NAS-106898Triage Team
- Some plugins not showing version infoNAS-106882Resolved issue: NAS-106882Triage Team
- Cloud Sync Task fails to load available folders from provider (Dropbox)NAS-106753Resolved issue: NAS-106753Lola Yang
- A pool with a yanked disk causes dashboard weirdnessNAS-106704Resolved issue: NAS-106704Damian Szidiropulosz
Pull replication fails - ps command has wrong (missing) flags
Description
Problem/Justification
Impact
SmartDraw Connector
Katalon Manual Tests (BETA)
Details
Assignee
Vladimir VinogradenkoVladimir VinogradenkoReporter
Tim KayTim KayLabels
Impact
HighComponents
Fix versions
Affects versions
Priority
Low
Details
Details
Assignee
Reporter
Labels
Impact
Components
Fix versions
Affects versions
Priority
More fields
More fields
More fields
Katalon Platform
Katalon Platform
Katalon Platform
Activity
Tim KayNovember 4, 2020 at 8:54 AM
Hi Bonnie,
Speedy response! Debug attached. I'm sorry to do this to you but we only tried replication via pull after replication as push failed where it looks like the zfs filesystem on the sync target doesn't always get remounted successfully after the snapshot has been replayed. zfs thinks it's mounted.... but it's not (as below).
I mention it here as I assume both issues will be in the debug log and may cause some confusion.
And the snippet from the zettarepl.log is below:
Bonnie FollweilerNovember 3, 2020 at 9:32 PM
Thank you for the report . Can you please provide a debug by navigating to System -> Advanced, click save debug, and upload attachment to this ticket?
Pull replication over ssh is failing between a FreeNAS-11.3-U4.1 source and a FreeNAS-11.3-U5 target. I believe this was broken when both were running FreeNAS-11.3-U4.1.
It looks like zfs sends snapshots from source to target and that replication_task__task_1.progress_observer measures progress by running a ps on the source:
Running ['ps', '-o', 'command', '-p', '20943']
without an = suffix to the "command" keyword ps produces two lines of output:
"COMMAND\nzfs: sending hostname....o-2020-11-03_15-00 (71%: 197 \n"
"COMMAND\ nzfs: sending hostname....o-2020-11-03_15-00 (96%: 197 \n"
etc. rather than just the snapshot name and progress. The pull then fails:
[replication_task__task_1.progress_observer] [zettarepl.transport.progress_report_mixin] Unable to find ZFS send progress in 'COMMAND\nzfs: sending hostname....o-2020-11-03_16-00 (6%: 3771 \n'