-
janoschi would like to submit a small patch for issue #17643 i created. i read the documentation i found on code.illumos.org/Documentation/user-upload.html, but i cannot create a new change there
-
janosch$ git push ssh://janosch⊙cio:29418/illumos-gate.git HEAD:refs/for/experimental%l=Code-Review+1
-
janoschfails with: branch experimental not found
-
janosch$ git push ssh://janosch⊙cio:29418/illumos-gate.git HEAD:refs/heads/review-17643
-
janoschfails with: prohibited by Gerrit: not permitted: create
-
richloweThe branch on gerrit is the branch your change wants to integrate _to_, so you'd say "refs/for/master" if you wanted it to land in master
-
richloweif you do `push -nv` it should say "[new reference]" on the left, if you do it right.
-
richlowe(and then do it without the -n, to do it properly)
-
janoschthanks! making progress, now i need to set a proper change-id, but there's an error message with a hint for that
-
janoschsuccess. and the gerrit link automatically appeared in redmine like magic
-
Woodstockam I the only one seeing this? illumos.org/issues/16116
-
fenix→ BUG 16116: zfs_get_data() still racing? (New)
-
richloweI have never seen it
-
richlowemaybe characterize the load testing and see if someone else can trigger it?
-
richlowemaybe you managed to do something unusual by mistake?
-
richlowethat is, you're hitting a reproducible bug but you're the only one doing it