[developer] Re: [openzfs/openzfs] 5882 Temporary Pool Names (#600)

2018-04-16 Thread Prakash Surya
@avg-I I kicked of another run, and started a run using our internal tests. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/600#issuecomment-381626704

[developer] Re: [openzfs/openzfs] 5882 Temporary Pool Names (#600)

2018-04-16 Thread Prakash Surya
@ikozhukhov Thanks. That sounds like a good idea in general; I opened #624 to do this. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/600#issuecomment-381632061

[developer] Re: [openzfs/openzfs] 9479 fix wrong format specifier for vdev_id (#623)

2018-04-16 Thread Matthew Ahrens
ahrens approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/623#pullrequestreview-112484917 -- openzfs:

[developer] Re: [openzfs/openzfs] 5882 Temporary Pool Names (#600)

2018-04-16 Thread Igor K
hey - you have to move TMPDIR to another place from /tmp by: export TMPDIR=/var/tmp because /tmp=swapfs and it is depend on SWAP size. also - add more space to swap -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[developer] Re: [openzfs/openzfs] Merge remote-tracking branch 'illumos/master' into illumos-sync (#622)

2018-04-16 Thread Prakash Surya
prakashsurya approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/622#pullrequestreview-112452705 -- openzfs:

[developer] Re: [openzfs/openzfs] 5882 Temporary Pool Names (#600)

2018-04-16 Thread Igor K
good idea in general: kill studio lint :) because this one eat a lot of RAM + swap :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/600#issuecomment-381636138

[developer] [openzfs/openzfs] Move TMPDIR off tmpfs to avoid ENOSPC failures (#624)

2018-04-16 Thread Prakash Surya
You can view, comment on, or merge this pull request online at: https://github.com/openzfs/openzfs/pull/624 -- Commit Summary -- * Move TMPDIR off tmpfs to avoid ENOSPC failures -- File Changes -- M jenkins/sh/nightly-build/nightly-build.sh (1) -- Patch Links --

[developer] Re: [openzfs/openzfs] 5882 Temporary Pool Names (#600)

2018-04-16 Thread Andriy Gapon
`../port/regex/regcomp.c:1783: fatal error: error writing to /tmp/nightly.tmpdir.2594/ccLaaq0L.s: No space left on device` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[developer] Re: [openzfs/openzfs] 9290 device removal reduces redundancy of mirrors (#591)

2018-04-16 Thread Prakash Surya
Closed #591 via 61cfa6ec9acd6e55a45409f30b8d921e99e20c57. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/591#event-1577258558 -- openzfs:

[developer] Re: [openzfs/openzfs] 9192 explicitly pass good_writes to vdev_uberblock/label_sync (#568)

2018-04-16 Thread Prakash Surya
Closed #568 via 3f4c0b602d6eb77f0f66acb01aa559c92cea08a2. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/568#event-1577261970 -- openzfs:

[developer] [openzfs/openzfs] 9479 fix wrong format specifier for vdev_id (#623)

2018-04-16 Thread Andriy Gapon
https://www.illumos.org/issues/9479 You can view, comment on, or merge this pull request online at: https://github.com/openzfs/openzfs/pull/623 -- Commit Summary -- * 9479 fix wrong format specifier for vdev_id -- File Changes -- M usr/src/uts/common/fs/zfs/vdev.c (2) -- Patch Links

[developer] Re: [openzfs/openzfs] 9479 fix wrong format specifier for vdev_id (#623)

2018-04-16 Thread Andriy Gapon
avg-I commented on this pull request. > @@ -159,7 +159,7 @@ vdev_dbgmsg_print_tree(vdev_t *vd, int indent) } zfs_dbgmsg("%*svdev %u: %s%s, guid: %llu, path: %s, %s", indent, - "", vd->vdev_id, vd->vdev_ops->vdev_op_type, + "", (int)vd->vdev_id,

[developer] Re: [openzfs/openzfs] 9237 "zpool add" fails for very large pools (#582)

2018-04-16 Thread Andriy Gapon
@asomers , could you please push (and rebase before that) to trigger another build? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/582#issuecomment-381497292

[developer] Re: [openzfs/openzfs] 9479 fix wrong format specifier for vdev_id (#623)

2018-04-16 Thread Steven Hartland
stevenh requested changes on this pull request. > @@ -159,7 +159,7 @@ vdev_dbgmsg_print_tree(vdev_t *vd, int indent) } zfs_dbgmsg("%*svdev %u: %s%s, guid: %llu, path: %s, %s", indent, - "", vd->vdev_id, vd->vdev_ops->vdev_op_type, + "", (int)vd->vdev_id,

[developer] Re: [openzfs/openzfs] 8727 Native data and metadata encryption for zfs (#489)

2018-04-16 Thread Jorgen Lundman
@lundman pushed 2 commits. bc5a90b Correct swapped keylocation error messages 5d6cd7d Fix race in dnode_check_slots_free() -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[developer] Re: [openzfs/openzfs] 9464 txg_kick() fails to see that we are quiescing, forcing transacti… (#616)

2018-04-16 Thread Andriy Gapon
Thank you! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/616#issuecomment-381527949 -- openzfs: openzfs-developer Permalink: