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

zrep keeps 3 additional snapshots on remote #31

Closed
devZer0 opened this issue Mar 3, 2017 · 1 comment
Closed

zrep keeps 3 additional snapshots on remote #31

devZer0 opened this issue Mar 3, 2017 · 1 comment

Comments

@devZer0
Copy link

devZer0 commented Mar 3, 2017

after zrepping some local zfs fs, i found that zrep Remote/Destination fs has still snapshots which are already removed on the source fs (using zfs-auto-snapshot, which purged the 3 oldest ones), although i set savecount to "1".

I would like that zrep makes identical copy of zfs fs including all snapshots.

Any clue where to look or why this is happening ?

[root@backupvm1 ~]# zfs list -r -H -t snapshot -o name -s name zfspool/backup/adminstation.local|grep -v zrep|wc -l
45
[root@backupvm1 ~]# zfs list -r -H -t snapshot -o name -s name zfsiscsipool/backup-repl/adminstation.local|grep -v zrep|wc -l
48

@dannyweldon
Copy link

Hi devZer0

Looks like you have submitted this issue to the wrong repo. This is ast, which has nothing to do with zfs.

Cheers
Danny

citrus-it pushed a commit to citrus-it/ast that referenced this issue Apr 15, 2021
This fixes compiler warnings for implicit-ints:
warning: return type defaults to 'int' [-Wimplicit-int]
 1854:     sh_tcgetattr(int fd, struct termios *tty)
 1863:     sh_tcsetattr(int fd, int cmd, struct termios *tty)

cmd/ksh93/edit/edit.c:
- Set the return type explicitly to int and align with the prototype
  declared in include/terminal.h.
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

No branches or pull requests

2 participants