about a year agolbarbier requested review 30064 (revision 1) for perforce-software-sdp:dev | ||
Add a comment | ||
3 years agolbarbier updated description of review 28532 for perforce-software-sdp:dev Enhancements to SDP Guides for adoc version following job 736. | ||
3 years agolbarbier commented on change 28531 for perforce-software-sdp:dev wonderful, done ! | ||
3 years agolbarbier commented on change 28531 for perforce-software-sdp:dev Roger that, corrected. | ||
3 years agolbarbier modified SDP-736 for SDP Guide Unix does explain how to setup systemd. p4broker code block is different from the p4d one and could be improved to match it like this : cd... /etc/systemd/system sed -e "s:__INSTANCE__:$I:g" -e " s:__OSUSER__:perforce:g" $SDP/Server/Unix/p4/common/etc/systemd/system/p4broker_N.service.t > p4broker_$I.service chmod 644 p4broker_$I.service systemctl daemon-reload « | ||
3 years agolbarbier created SDP-736 for SDP Guide Unix does explain how to setup systemd. p4broker code block is different from the p4d one and could be improved to match it like this : cd... /etc/systemd/system sed -e "s:__INSTANCE__:$I:g" -e " s:__OSUSER__:perforce:g" $SDP/Server/Unix/p4/common/etc/systemd/system/p4broker_N.service.t > p4broker_$I.service chmod 644 p4broker_$I.service systemctl daemon-reload « | ||
9 years agolbarbier commented on change 16546 for perforce-software-p4dctl:r15.2 Hi @nick_poole, I picked your changes and merged into my version and pushed back into shelve #16575. I think we need to preserve journal rotations. A ...Hi @nick_poole, I picked your changes and merged into my version and pushed back into shelve #16575. I think we need to preserve journal rotations. As a simple example : my edge server has 100GB of journal created each day while my commit only has 5GB a week. I want to rotate daily my edge journal so that weekly checkpoint doesn't take an hour and don't explode journal filesystem too. I got my work working without any modification. As you said you need a privileged user but p4dctl already has all the tools it need to do so : by using P4TICKETS and P4USER in the environment section it totally fix the problem. So to do a checkpoint on a replica with an automatic task you have first to schedule the checkpoint on the replica and then launch a journal rotation on master, 2 steps need to be done in the right order. With my current knowledge I think the whole checkpoint / rotation on replicas need a buff. Regards, | ||
9 years agolbarbier edited a comment on change 16546 for Hi @nick_poole , Hi @nick_poole , I also added journal compression but not yet error handling on Journal = true & checkpoint = false. No clue yet how to handle it. « | ||
9 years agolbarbier commented on change 16546 for Feel free to look at this : https://swarm.workshop.perforce.com/changes/16575 Feel free to look at this : https://swarm.workshop.perforce.com/changes/16575 I also added journal compression but not yet error handling on Journal = true & checkpoint = false. No clue yet how to handle it. « | ||
9 years agolbarbier commented on change 16546 for Hello, P4D::checkpoint might be problematic. I do get the idea about doing it with a 'p4d -jc' but replicas don't like that and enforce usage of 'p4 a ...Hello, P4D::checkpoint might be problematic. I do get the idea about doing it with a 'p4d -jc' but replicas don't like that and enforce usage of 'p4 admin checkpoint'. Which make both journal and checkpoint fail. | ||
9 years agolbarbier commented on change 16546 for perforce-software-p4dctl:main Hi Nick, I wasn't aware of -Z for compressing the checkpoint only. Hi Nick, I wasn't aware of -Z for compressing the checkpoint only. Other than this, I totally agree that we then need to go further and add journal compression too. | ||
9 years agolbarbier commented on change 16546 for perforce-software-p4dctl:main Thanks, I'm totally ok with it. I'm the one that asked for the feature in case #00206843 Thanks, I'm totally ok with it. I'm the one that asked for the feature in case #00206843 configparse.c is certainly not necessary for the CL as it's generated at compil time. « | ||
9 years agolbarbier requested review 16547 for perforce-software-p4dctl:main [ADD] Add checkpoint compression option in conf file. In server def, add option : CompressCkpt = false/true | ||
Adjust when notifications are sent to you about reviews that you're associated with (as an author, reviewer, project member or moderator).