= SDP Release Notes Perforce Professional Services <consulting@perforce.com> :revnumber: v2024.1.1 :revdate: 2024-09-30 :doctype: book :icons: font :toclevels: 1 :toc: :sectnumlevels: 4 :xrefstyle: full // Attribute for ifdef usage :unix_doc: true == Preface *Please Give Us Feedback* Perforce welcomes feedback from our users. Please send any suggestions for improving this document or the SDP to consulting@perforce.com. :sectnums: == Overview These release notes document the most important changes to the SDP. There are two flavors of the SDP, Unix and Windows. For UNIX/Linux, see: link:SDP_Guide.Unix.html[SDP Guide for UNIX/Linux] For Windows, see: link:SDP_Guide.Windows.html[SDP Guide for Windows] == What's New in SDP 2024.1 The SDP 2024.1 release followed shortly after the Helix Core 2024.1 release, and makes 2024.1 the default version for new installations and upgrades. SDP 2024.1 adds several new changes, including support for mulitple platforms on UNIX/Linux servers, to include aarch64 (tested on Graviton). See more in <<_change_history>> below. == What's Coming Next in SDP 2024.2? For a list of features expected to be included in the 2024.2 release, see the link:https://swarm.workshop.perforce.com/files/guest/perforce_software/sdp/tools/r24.2.RoadMap.md[SDP r24.2 Road Map]. == SDP Health Checks If you need to contact Perforce Support to diagnose an issue with the SDP on UNIX/Linux, you can use the `/p4/common/bin/sdp_health_check.sh` script. This script is included with the SDP (starting with SDP 2023.1 Patch 3). If your installation does not have this script, it can be downloaded separately. Every version of the `sdp_health_check.sh` script can be used any and all versions of the UNIX/Linux SDP dating back to 2007, so you don't need to be concerned with version compatibility. If your Perforce Helix server machine has outbound internet access, execute the following while logged in as the operating system user that owns the `/p4/common/bin` directory (typically `perforce` or `p4admin`): cd /p4/common/bin [[ -e sdp_health_check.sh ]] && mv -f sdp_health_check.sh sdp_health_check.sh.moved.$(date +'%Y-%m-%d-%H%M%S') curl -L -O https://swarm.workshop.perforce.com/download/guest/perforce_software/sdp/tools/sdp_health_check.sh chmod +x sdp_health_check.sh ./sdp_health_check.sh If your Perforce Helix server machine does not have have outbound internet access, acquire the `sdp_health_check.sh` file from a machine that does have outbound internet access, and then somehow get that file to your Perforce Helix server machine. If you have multiple server machines with SDP, possibly including machines running P4D replicas or edge servers, P4Proxy or P4Broker servers, run the health on al machines of interest. The `sdp_health_check.sh` script will produce a log file that can be provided to Perforce Support to help diagnose configuration issues and other problems. The script has these characteristics: * It is always safe to run. It does only analysis and reporting. * It does only fast checks, and has no interactive prompts. Some log files are captured such as checkpoint.log, but not potentially large ones such as the p4d server log. * It requires no command line arguments. * It does not transfer sensitive information. * It works for any and all UNIX/Linux SDP version since 2007. == SDP Supported Maintenance Schedule The SDP has the same support schedule as the Helix Core Server. See the link:https://www.perforce.com/maintenance-support/helix-core-server[Helix Core Server Maintenance Support]. == SDP and P4D Version Compatibility The released versions of SDP match released versions of P4D. So SDP 2024.1 is guaranteed to work with P4D 2024.1. As of August, 2024, SDP 2024.1 is supported with these P4D versions: * P4D 2024.1 * P4D 2023.2 * P4D 2023.1 * P4D 2022.2 * P4D 2022.1 * P4D 2021.2 * P4D 2021.1 * P4D 2020.2 The SDP is often forward- and backward-compatible with other P4D versions, but for best results they should be kept in sync by upgrading SDP before P4D. This is partly because the SDP contains logic that helps upgrade P4D, which can change as P4D evolves. The SDP is aware of the P4D version, and has backward-compatibility logic to support older versions of P4D. This is guaranteed for the supported versions of P4D listed above. Backward compatibility of SDP with older versions of P4D may extend farther back, though without the "officially supported" guarantee. == Change History === SDP 2024.1 Patch 1: Released: Rev. SDP/MultiArch/2024.1/EDITME (EDITME). Jobs Fixed since change 30385 up to EDITME (B=Bug, D=Doc, F=Feature): * https://perforce.atlassian.net/browse/SDP-1151[SDP-1154] (B): upgrade.sh: Fixed message indicating why 2nd journal rotation skipped. * https://perforce.atlassian.net/browse/SDP-1150[SDP-1150] (F): New best practice configurable: dm.user.hideinvalid=1. * https://perforce.atlassian.net/browse/SDP-1146[SDP-1146] (B): ccheck.sh: Fixed issue checking for 'Unset' configurables. * https://perforce.atlassian.net/browse/SDP-1143[SDP-1143] (D): The trigger type should be "change-submit" when adding CheckCaseTrigger in SDP guide. * https://perforce.atlassian.net/browse/SDP-1142[SDP-1142] (F): Enable CAP_SYS_RESOURCE capability using systemd rather than relying on setcap. * https://perforce.atlassian.net/browse/SDP-1140[SDP-1140] (F): New configurable best practice - set rt.monitorfile. * https://perforce.atlassian.net/browse/SDP-1139[SDP-1139] (F): For Windows, make daily_backup.bat work for edge servers. * https://perforce.atlassian.net/browse/SDP-1136[SDP-1136] (F): mkdirs.sh: Add -no_cron option. * https://perforce.atlassian.net/browse/SDP-1134[SDP-1134] (B): gen_default_broker_cfg.sh error line 32: unbound variable. Fixed. * https://perforce.atlassian.net/browse/SDP-1125[SDP-1125] (B): Fixed bug setting filesys.*.min safety values in configure_new_server.sh. * https://perforce.atlassian.net/browse/SDP-1123[SDP-1123] (F): Add '-no_enable' option to avoid enabling installed services. * https://perforce.atlassian.net/browse/SDP-1122[SDP-1122] (B): Enhance mkdirs.sh to call get_helix_binaries.sh if/as needed. * https://perforce.atlassian.net/browse/SDP-1117[SDP-1117] (B): The get_helix_binaries.sh gives an error if USER is not defined. Fixed. * https://perforce.atlassian.net/browse/SDP-1116[SDP-1116] (F): Adapt recover_edge.sh to use latest checkpoint even if parallel. * https://perforce.atlassian.net/browse/SDP-1113[SDP-1113] (F): Added '-p4config' option to mkrep.sh to target arbitrary p4d server. * https://perforce.atlassian.net/browse/SDP-1094[SDP-1094] (B): The OK and .md5 files for parallel ckps don't get cleaned. * https://perforce.atlassian.net/browse/SDP-1093[SDP-1093] (F): Script to enable and disable Broker. * https://perforce.atlassian.net/browse/SDP-1088[SDP-1088] (B): sync_replica.sh shouldn't require consistent parallel checkpoint config across servers. * https://perforce.atlassian.net/browse/SDP-1084[SDP-1084] (B): Checkpoint cleanup logic no longer distinguishes between parallel and serial. * https://perforce.atlassian.net/browse/SDP-1079[SDP-1079] (B): Create a live_edge_checkpoint.sh. * https://perforce.atlassian.net/browse/SDP-1078[SDP-1078] (D): Documentation needs to be expanded to clearly state setting up of a Proxy or Broker via the SDP. * https://perforce.atlassian.net/browse/SDP-1071[SDP-1071] (F): Incorporate Helix Installer functionality into SDP. * https://perforce.atlassian.net/browse/SDP-1069[SDP-1069] (F): Decouple /p4/common and /p4/sdp from NFS (Phase 1 of 3; silent beta opt-in). * https://perforce.atlassian.net/browse/SDP-1057[SDP-1057] (B): mkdirs with type p4proxy generates incorrect P4PROXY values in common/config/p4_1.vars. * https://perforce.atlassian.net/browse/SDP-1056[SDP-1056] (B): mkdirs.sh dealing with p4broker can create bogus common/bin entries. * https://perforce.atlassian.net/browse/SDP-1055[SDP-1055] (B): mkdirs.sh fails and returns 0 (success) if unbound variables in mkdirs.cfg. * https://perforce.atlassian.net/browse/SDP-1050[SDP-1050] (F): Upgrade p4dstate.sh, p4pstate.sh, and p4brokerstate.sh to be SDP-aware. * https://perforce.atlassian.net/browse/SDP-1043[SDP-1043] (B): mkdirs.sh does not detect invalid p4d or similar binaries in sdp/helix_binaries dir. * https://perforce.atlassian.net/browse/SDP-1040[SDP-1040] (B): mkdirs.sh for proxy doesn't create dirs required by verify_sdp.sh. * https://perforce.atlassian.net/browse/SDP-1018[SDP-1018] (F): Support p4d OOM Killer Defense feature on NFS. * https://perforce.atlassian.net/browse/SDP-811[SDP-811] (F): Eliminate Python 2.x dependency in SDP. * https://perforce.atlassian.net/browse/SDP-786[SDP-786] (D): Account for impact of NFS sharing on failover procedure. === Web Doc Only 2024/07/16 2024/07/16 - A documentation-only hot patch of SDP web docs adjusting URLs (driven by web security improvements) was pushed to address issues with broken Apache-redirected URLs in docs. This change was for web docs only, and did not result in an update to the SDP tarball, thus this change is not tagged as an SDP release. === SDP 2024.1 GA: Released: Rev. SDP/MultiArch/2024.1/30385 (2024/06/11). Jobs Fixed since change 30295 up to 30385 (B=Bug, D=Doc, F=Feature): * https://perforce.atlassian.net/browse/SDP-1112[SDP-1112] (F): Enhance mkdirs.sh to handle SELinux for installed services. * https://perforce.atlassian.net/browse/SDP-1111[SDP-1111] (F): Add support for /HxCheckpoints volume separate from /HxDepots. * https://perforce.atlassian.net/browse/SDP-1109[SDP-1109] (D): Incorrect path of "typemap" example file in SDP Linux Guide. * https://perforce.atlassian.net/browse/SDP-1108[SDP-1108] (B): Fixed errors in new -cshow logic generating errors for empty data set. * https://perforce.atlassian.net/browse/SDP-1107[SDP-1107] (B): ccheck.sh scripts misses reporting that auth.id should be set. Fixed. * https://perforce.atlassian.net/browse/SDP-1104[SDP-1104] (F): Changed default Helix Core version in get_helix_binaries to r24.1. * https://perforce.atlassian.net/browse/SDP-1095[SDP-1095] (F): Support per-host architecture variations, e.g. linux26x86_64 and linux26aarch64, e.g. Graviton. * https://perforce.atlassian.net/browse/SDP-1092[SDP-1092] (F): Make load_checkpoint.sh suitable for migrations with checkpoint and journals coming over time. * https://perforce.atlassian.net/browse/SDP-1065[SDP-1065] (F): AWS SNS can be always, or only on failure. * https://perforce.atlassian.net/browse/SDP-649[SDP-649] (F): Enhance mkdirs.sh to handle systemd configuration for installed services. === SDP 2023.2 Patch 1: Released: Rev. SDP/MultiArch/2023.2/30295 (2024/05/08). Jobs Fixed since change 30041 up to 30295 (B=Bug, D=Doc, F=Feature): * https://perforce.atlassian.net/browse/SDP-1106[SDP-1106] (F): Added support for podman in tests. * https://perforce.atlassian.net/browse/SDP-1103[SDP-1103] (F): P4MASTER_ID now accepts 'commit' as synonym for 'master'. * https://perforce.atlassian.net/browse/SDP-1102[SDP-1102] (B): Fixed log rotation issue in proxy_rotated.sh. * https://perforce.atlassian.net/browse/SDP-1101[SDP-1101] (B): p4verify.sh: Fixed issue detecting verify errors containing non-ASCII patterns. * https://perforce.atlassian.net/browse/SDP-1100[SDP-1100] (F): Standardized location of core dumps for p4d/p4broker/p4p. * https://perforce.atlassian.net/browse/SDP-1099[SDP-1099] (F): p4verify.sh: Add '-no_z' option to verify wihout -z. * https://perforce.atlassian.net/browse/SDP-1098[SDP-1098] (F): load_checkpoint.sh: Add '-no_start' option. * https://perforce.atlassian.net/browse/SDP-1097[SDP-1097] (F): ccheck.sh: Made 'prod' profile the default. * https://perforce.atlassian.net/browse/SDP-1091[SDP-1091] (F): Add '-p4config' option to p4sanity_check.sh to target P4PORT of external server. * https://perforce.atlassian.net/browse/SDP-1089[SDP-1089] (B): p4verify.sh sends mail twice. Fixed. * https://perforce.atlassian.net/browse/SDP-1087[SDP-1097] (F): Change p4d -cshow or -jd calls in SDP to avoid locking. * https://perforce.atlassian.net/browse/SDP-1085[SDP-1085] (F): request_replica_checkpoint.sh script now supports parallel checkpoints. * https://perforce.atlassian.net/browse/SDP-1084[SDP-1084] (F): Checkpoint cleanup logic no longer distinguishes between parallel and serial. * https://perforce.atlassian.net/browse/SDP-1083[SDP-1083] (F): p4verify.sh: Add verification of long-term 31+day ticket. * https://perforce.atlassian.net/browse/SDP-1082[SDP-1082] (B): CheckCaseTrigger.py bug with uppercase depot names on case sensitive servers. Fixed. * https://perforce.atlassian.net/browse/SDP-1080[SDP-1080] (F): Add '-p4config' option to p4verify.sh to target external (possibly non-SDP) server. * https://perforce.atlassian.net/browse/SDP-1068[SDP-1068] (B): Prevent crond sending bogus emails from SDP scripts if track is set. * https://perforce.atlassian.net/browse/SDP-1067[SDP-1067] (B): Fix FROM value in email function to avoid email server blocking. * https://perforce.atlassian.net/browse/SDP-1066[SDP-1066] (F): New best practice: Set submit.noretransfer=1. * https://perforce.atlassian.net/browse/SDP-1064[SDP-1064] (D): Add SDP docs on limited sudoers option for installing SDP. === SDP 2023.2 GA Released: Rev. SDP/MultiArch/2023.2/30041 (2023/12/22) Jobs Fixed since change 29949 up to 30041 (B=Bug, D=Doc, F=Feature): * https://perforce.atlassian.net/browse/SDP-1062[SDP-1062] (F): Enhanced upgrade.sh to better prepare for a rollback. * https://perforce.atlassian.net/browse/SDP-1061[SDP-1061] (B): SSO_default.sh trigger did not support 'opt out' model. Fixed. * https://perforce.atlassian.net/browse/SDP-1060[SDP-1060] (F): Changed default Helix Core version in get_helix_binaries.sh to r23.2. * https://perforce.atlassian.net/browse/SDP-1059[SDP-1059] (F): Add keep_offline_db_current.sh utility to maintain offline_db on standby. * https://perforce.atlassian.net/browse/SDP-1058[SDP-1058] (B): verify_sdp.sh fails after mkdirs.sh with type p4proxy. * https://perforce.atlassian.net/browse/SDP-1053[SDP-1053] (F): Add support for new Traits depot in P4D 2023.2. * https://perforce.atlassian.net/browse/SDP-1052[SDP-1052] (F): sdp_health_check.sh: Add support for SDP installations that define P4SUPER. * https://perforce.atlassian.net/browse/SDP-1051[SDP-1051] (F): CheckCaseTrigger.py: Fixed performance issues with large CLs and deep directory structures. * https://perforce.atlassian.net/browse/SDP-1045[SDP-1045] (F): Update Windows SDP to support P4D 2023.2 atomic journal rotations. * https://perforce.atlassian.net/browse/SDP-1035[SDP-1035] (D): Inconsistent documentation for trigger script. * https://perforce.atlassian.net/browse/SDP-1021[SDP-1021] (F): Adapt SDP to P4-22821, search path for journalPrefixBackup. * https://perforce.atlassian.net/browse/SDP-845[SDP-845] (D): upgrade.sh: Doc, error message, and pedantic output improvements. * https://perforce.atlassian.net/browse/SDP-544[SDP-544] (F): Enhance verify_sdp.sh to check for best practice configurables. === SDP 2023.1 Patch 4 Released: Rev. SDP/MultiArch/2023.1/29949 (2023/12/01) Jobs Fixed since change 29890 up to 29949 (B=Bug, D=Doc, F=Feature): * https://perforce.atlassian.net/browse/SDP-1048[SDP-1048] (B): Date format change for checkpoints in SDP not compatible with P4Prometheus. * https://perforce.atlassian.net/browse/SDP-1047[SDP-1047] (B): SDP configure_new_server.sh not adding initial super user correctly. * https://perforce.atlassian.net/browse/SDP-1046[SDP-1046] (B): The update_limits.py in SDP 2023.1 Patch 3 spawns CPU-bound zombies. * https://perforce.atlassian.net/browse/SDP-1003[SDP-1003] (D): Customers misusing 'Helix Installer' are creating support cases. === SDP 2023.1 Patch 3 Released: Rev. SDP/MultiArch/2023.1/29890 (2023/11/11) Jobs Fixed since change 26999 up to 29890 (B=Bug, D=Doc, F=Feature): * https://perforce.atlassian.net/browse/SDP-1042[SDP-1042] (F): Enhance load_checkpoint.sh to exit with error if not enough disk space available. * https://perforce.atlassian.net/browse/SDP-1039[SDP-1039] (F): Added '-latest' option to load_checkpoint.sh. * https://perforce.atlassian.net/browse/SDP-1038[SDP-1038] (F): load_checkpont.sh: Added safety feature to defend against using '< /dev/null' and forgetting '-y'. * https://perforce.atlassian.net/browse/SDP-1036[SDP-1036] (F): Add support for s-nail email utility. * https://perforce.atlassian.net/browse/SDP-1033[SDP-1033] (F): p4verify.sh now verifies and schedules pull transfers for Extensions depot. * https://perforce.atlassian.net/browse/SDP-1032[SDP-1032] (F): Changed default P4MASTERHOST to localhost. * https://perforce.atlassian.net/browse/SDP-1031[SDP-1031] (F): The configure_new_server.sh now initializes an empty data set, creating perforce user, Automation group, initializing Protections, etc. * https://perforce.atlassian.net/browse/SDP-1030[SDP-1030] (F): Change security default from 0 (demo) to 4 (production). * https://perforce.atlassian.net/browse/SDP-1029[SDP-1029] (F): Include the sdp_health_check.sh with every build of the SDP. * https://perforce.atlassian.net/browse/SDP-1028[SDP-1028] (B): upgrade.sh could stall if sudo was not configured correctly for 2023.1+ p4d upgrades. * https://perforce.atlassian.net/browse/SDP-1026[SDP-1026] (F): Add parallel checkpoint support to load_checkpoint.sh. * https://perforce.atlassian.net/browse/SDP-1025[SDP-1025] (F): In replica_status.sh, add '-v' to 'p4 -lj' if p4d is 2021.1+. * https://perforce.atlassian.net/browse/SDP-1024[SDP-1024] (B): mkdirs.sh typo; line end with wrap ||\ has extra i at end. * https://perforce.atlassian.net/browse/SDP-1023[SDP-1023] (B): Change format of datestamp in certain log files to make it easier to parse. * https://perforce.atlassian.net/browse/SDP-1022[SDP-1022] (F): Better handling of existing P4ROOT in load_checkpoint.sh. * https://perforce.atlassian.net/browse/SDP-1019[SDP-1019] (B): In proxy_rotate.sh and broker_rotate.sh, call to check_dirs() expects dirs for a p4d server. * https://perforce.atlassian.net/browse/SDP-772[SDP-772] (F): Define client.sendq.dir configurable. * https://perforce.atlassian.net/browse/SDP-734[SDP-734] (F): p4verify.sh now verifies Extensions depot. * https://perforce.atlassian.net/browse/SDP-712[SDP-712] (B): load_checkpoint.sh should not require a license unless p4d needs it. * https://perforce.atlassian.net/browse/SDP-615[SDP-615] (B): load_checkpoint.sh can show 'EXITCODE: 0' on failure. * https://perforce.atlassian.net/browse/SDP-244[SDP-244] (F): Define client.readonly.dir configurable (Windows). * https://perforce.atlassian.net/browse/SDP-243[SDP-243] (F): Define client.readonly.dir configurable (UNIX/Linux). === SDP 2023.1 Patch 2 Released: Rev. SDP/MultiArch/2023.1/29699 (2023/07/11) Jobs Fixed since change 29621 up to 29699 (B=Bug, D=Doc, F=Feature): * https://swarm.workshop.perforce.com/jobs/SDP-778[SDP-778] (B): NFS sharing /p4/common causes upgrade.sh to classify major upgrade as patch. * https://swarm.workshop.perforce.com/jobs/SDP-915[SDP-915] (F): Add -paths option to p4verify.sh to verify specified paths. * https://swarm.workshop.perforce.com/jobs/SDP-916[SDP-916] (F): Enhance granularity and extractability of timing info for p4verify.sh. * https://swarm.workshop.perforce.com/jobs/SDP-917[SDP-917] (B): Upgrade on Ubuntu does not attempt 'sudo setcap'. * https://swarm.workshop.perforce.com/jobs/SDP-918[SDP-918] (B): Add db.storage to list of tables to checkpoint on an edge. * https://swarm.workshop.perforce.com/jobs/SDP-919[SDP-919] (F): p4verify.sh: Added -ignores <regex_ignores_file>' option. * https://swarm.workshop.perforce.com/jobs/SDP-920[SDP-920] (B): Avoid use of setcap in Docker environments. === SDP 2023.1 Patch 1 Released: Rev. SDP/MultiArch/2023.1/29621 (2023/05/25) Jobs Fixed since change 29610 up to 29621 (B=Bug, D=Doc, F=Feature): * https://swarm.workshop.perforce.com/jobs/SDP-914[SDP-914] (F): Added setcap ability to mkdirs.sh === SDP 2023.1 GA Released: Rev. SDP/MultiArch/2023.1/29610 (2023/05/25) Jobs Fixed since change 29441 up to 29610 (B=Bug, D=Doc, F=Feature): * https://swarm.workshop.perforce.com/jobs/SDP-1044[SDP-1044] (B): mkrep.sh now handle situation where no server spec exists. * https://swarm.workshop.perforce.com/jobs/SDP-797[SDP-797] (F): sync_replica.sh to maintain offline_db on a 'ham' replica. * https://swarm.workshop.perforce.com/jobs/SDP-813[SDP-813] (F): mkrep.sh: Add preflight check for running on master and P4MASTER_ID OK. * https://swarm.workshop.perforce.com/jobs/SDP-840[SDP-840] (F): Set net.paralllel.{max,threads} to reasonable defaults. * https://swarm.workshop.perforce.com/jobs/SDP-866[SDP-866] (F): Add configurables for Helix Authentication Service (HAS). * https://swarm.workshop.perforce.com/jobs/SDP-867[SDP-867] (F): Change server.extensions.dir to /hxlogs. * https://swarm.workshop.perforce.com/jobs/SDP-868[SDP-868] (B): Fix call to p4login.bat in configure_new_server.bat (missing instance arg). * https://swarm.workshop.perforce.com/jobs/SDP-888[SDP-888] (B): mkrep.sh gets generated ServerID wrong if '-f' used when not daisy chaining. * https://swarm.workshop.perforce.com/jobs/SDP-892[SDP-892] (B): The sdp_upgrade.sh script erroneously resets DO_PARALLEL_CHECKPOINTS to 0. * https://swarm.workshop.perforce.com/jobs/SDP-898[SDP-898] (B): Checkpoints fail if DO_PARALLEL_CHECKPOINTS is enabled and 'bc' utility not available. * https://swarm.workshop.perforce.com/jobs/SDP-900[SDP-900] (F): Add support for r23.1 hyper-parallel multi-thread per db table checkpoint capability. * https://swarm.workshop.perforce.com/jobs/SDP-903[SDP-903] (B): Broken / changed behavior in p4verify log name rotation. * https://swarm.workshop.perforce.com/jobs/SDP-904[SDP-904] (F): p4verify.sh: Add '-w <Wait>' and '-q <MaxActivePullQueueSize>' options. * https://swarm.workshop.perforce.com/jobs/SDP-906[SDP-906] (F): Update default Helix Core server release version to 2023.1 * https://swarm.workshop.perforce.com/jobs/SDP-907[SDP-907] (F): Added '-Q <MaxTotalPullQueueSize>' option to p4verify.sh. * https://swarm.workshop.perforce.com/jobs/SDP-908[SDP-908] (B): Fix update_limits.py crash if unicode chars are in names/emails. * https://swarm.workshop.perforce.com/jobs/SDP-909[SDP-909] (F): p4verify.sh: Add safety feature to avoid verifying cache mode replica by default. * https://swarm.workshop.perforce.com/jobs/SDP-912[SDP-912] (F): Added P4D r23.1 OOM defense in SDP upgrade.sh. === SDP 2022.2 Patch 2 Released: Rev. SDP/MultiArch/2022.2/29441 (2023/02/27) Jobs Fixed since change 29399 up to 29441 (B=Bug, D=Doc, F=Feature): * https://swarm.workshop.perforce.com/jobs/SDP-872[SDP-872] (B): For parallel checkpoint replay, need to add '-N'. * https://swarm.workshop.perforce.com/jobs/SDP-878[SDP-878] (B): p4login fails to get P4TARGET if replica ServerID is subset of another. * https://swarm.workshop.perforce.com/jobs/SDP-880[SDP-880] (B): p4login expands only first comma in SDP_AUTOMATION_USERS var. === SDP 2022.2 Patch 1 Released: Rev. SDP/MultiArch/2022.2/29399 (2023/02/06) Jobs Fixed since change 29250 up to 29399 (B=Bug, D=Doc, F=Feature): * https://swarm.workshop.perforce.com/jobs/SDP-624[SDP-624] (F): Add mkrep.sh support for '<N>' per standard: <HelixServerTag>_<ReplicaTypeTag>[<N>]_<SiteTag>' * https://swarm.workshop.perforce.com/jobs/SDP-777[SDP-777] (F): mkrep.sh: Support daisy chaining of forwarding replicas. * https://swarm.workshop.perforce.com/jobs/SDP-857[SDP-857] (F): mkrep.sh: Add preflight check to avoid overwriting existing ServerID. * https://swarm.workshop.perforce.com/jobs/SDP-858[SDP-858] (F): mkrep.sh: Add '-os' option to overwrite an existing ServerID. * https://swarm.workshop.perforce.com/jobs/SDP-860[SDP-860] (B): Directories that differ only by case aren't being caught by script. * https://swarm.workshop.perforce.com/jobs/SDP-861[SDP-861] (B): mkdirs.sh now creates crontab for proxy-only installs. * https://swarm.workshop.perforce.com/jobs/SDP-862[SDP-862] (F): Adjust p4pcm.pl so it does not require a local perl build. * https://swarm.workshop.perforce.com/jobs/SDP-864[SDP-864] (F): Added '-delay <delay>' option to load_checkpoint.sh to delay call to p4verify.sh. * https://swarm.workshop.perforce.com/jobs/SDP-865[SDP-865] (F): Enhance robustness of systemctl management of p4d/p4p/p4broker. * https://swarm.workshop.perforce.com/jobs/SDP-871[SDP-871] (F): Add perl as required tool for sdp_upgrade.sh. * https://swarm.workshop.perforce.com/jobs/SDP-873[SDP-873] (B): Add rotation of p4triggers.log to rotate_last_run_logs in backup_functions.sh * https://swarm.workshop.perforce.com/jobs/SDP-874[SDP-874] (F): mkdirs.sh now creates crontab for broker-only installs. * https://swarm.workshop.perforce.com/jobs/SDP-876[SDP-876] (F): Enhanced docs re: MAILTO/MAILFROM settings in Instance Vars file. === SDP 2022.2 GA Released: Rev. SDP/MultiArch/2022.2/29250 (2022/12/08) Jobs Fixed since change 29203 up to 29250 (B=Bug, D=Doc, F=Feature): * https://swarm.workshop.perforce.com/jobs/SDP-776[SDP-776] (F): Add support for parallel checkpoint ops with -jcp/-jdp/-jrp. * https://swarm.workshop.perforce.com/jobs/SDP-854[SDP-854] (F): Set default Helix Core version in get_helix_binaries.sh to r22.2. * https://swarm.workshop.perforce.com/jobs/SDP-855[SDP-855] (B): Changes to PROXY_V_FLAGS are not persisted during upgrades. * https://swarm.workshop.perforce.com/jobs/SDP-856[SDP-856] (B): sdp_upgrade.sh did not properly extract values from p4_N.vars containing '='. === SDP 2022.1 Patch 3 Released: Rev. SDP/MultiArch/2022.1/29203 (2022/11/22) Jobs Fixed since change 29141 up to 29203 (B=Bug, D=Doc, F=Feature): * https://swarm.workshop.perforce.com/jobs/SDP-848[SDP-848] (B): New CheckCaseTrigger.py from SDP 2022.1 Patch 2 doesn't catch case-only folder renames. * https://swarm.workshop.perforce.com/jobs/SDP-850[SDP-850] (B): Eliminate harmless errors when mkdirs.sh used for proxy-only/broker-only hosts. * https://swarm.workshop.perforce.com/jobs/SDP-851[SDP-851] (B): load_checkpoint.sh: Avoid moving P4JOURNAL aside if replayed. === SDP 2022.1 Patch 2 Released: Rev. SDP/MultiArch/2022.1/29141 (2022/10/29) Jobs Fixed since change 28987 up to 29141 (B=Bug, D=Doc, F=Feature): * https://swarm.workshop.perforce.com/jobs/SDP-823[SDP-823] (B): P4MASTERPORT value was incorrect for proxy-only or broker-only machines. * https://swarm.workshop.perforce.com/jobs/SDP-824[SDP-824] (B): CheckCaseTrigger.py fails if has Unicode mode enabled. * https://swarm.workshop.perforce.com/jobs/SDP-825[SDP-825] (D): Clarify doc to indicate RHEL 8 is fine; only CentOS 8 is discouraged. * https://swarm.workshop.perforce.com/jobs/SDP-827[SDP-827] (F): Add monitor_metrics.log to list of logs rotated. * https://swarm.workshop.perforce.com/jobs/SDP-829[SDP-829] (F): Split p4verify.sh log into Summary and Full, with Summary suitable for SNS. * https://swarm.workshop.perforce.com/jobs/SDP-834[SDP-834] (F): Add log rotation for proxy-only and broker-only hosts. * https://swarm.workshop.perforce.com/jobs/SDP-835[SDP-835] (F): Remove requirement for systemd *.service files to have open perms. * https://swarm.workshop.perforce.com/jobs/SDP-836[SDP-836] (F): Init scripts automatically trust local and target port for p4p/p4broker. * https://swarm.workshop.perforce.com/jobs/SDP-838[SDP-838] (B): Fixed issue with CheckCaseTrigger.py for Unicode mode p4d. * https://swarm.workshop.perforce.com/jobs/SDP-842[SDP-842] (B): Fix issue on older OS versions where grep -A 999999999999 fails. * https://swarm.workshop.perforce.com/jobs/SDP-843[SDP-843] (B): A series of sdp_ugprade.sh calls will overwrite/truncate custom site/config files. * https://swarm.workshop.perforce.com/jobs/SDP-844[SDP-844] (F): Dramatic performance improvement for CheckCaseTrigger.py. * https://swarm.workshop.perforce.com/jobs/SDP-846[SDP-846] (F): Add sample script to make SSO default with HAS. === SDP 2022.1 Patch 1 Released: Rev. SDP/MultiArch/2022.1/28987 (2022/08/25) Jobs Fixed since change 28855 up to 28987 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-806[SDP-806] (B): sdp_upgrade.sh needs Enter key to get mv commands to go if perms are bad. * https://swarm.workshop.perforce.com/jobs/SDP-808[SDP-808] (F): Account for NFS sharing of HxDepots on sdp_ugprade.sh. * https://swarm.workshop.perforce.com/jobs/SDP-812[SDP-812] (B): p4verify.sh P4D_VERSION unbound variable w/'-o MISSING' and env not sourced. * https://swarm.workshop.perforce.com/jobs/SDP-816[SDP-816] (F): Add timestamp to intit script calls in p4d_base. * https://swarm.workshop.perforce.com/jobs/SDP-817[SDP-817] (F): Doc updates for SDP Training and offline checkpoint PowerPoint docs. * https://swarm.workshop.perforce.com/jobs/SDP-820[SDP-820] (F): p4dstate.sh: Collect lslocks output even if older version of lslocks with no JSON option. === SDP 2022.1 GA Released: Rev. SDP/MultiArch/2022.1/28855 (2022/05/27) Jobs Fixed since change 28649 up to 28855 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-331[SDP-331] (B): DOC: lack of clarity on folder ownership. * https://swarm.workshop.perforce.com/jobs/SDP-724[SDP-724] (F): Add SDP Troubleshooting and FAQ to SDP core docs. * https://swarm.workshop.perforce.com/jobs/SDP-725[SDP-725] (B): Typo in the instructions * https://swarm.workshop.perforce.com/jobs/SDP-770[SDP-770] (B): Server start is more robust if /var/log is full. * https://swarm.workshop.perforce.com/jobs/SDP-771[SDP-771] (F): Add ping or similar check for P4MASTERHOST. * https://swarm.workshop.perforce.com/jobs/SDP-773[SDP-773] (F): p4verify.sh: Add '-dlf <depot_list_file>' to specify prioritized list of depots. * https://swarm.workshop.perforce.com/jobs/SDP-774[SDP-774] (F): p4verify.sh: Add low-RAM utilization option to p4verify.sh. * https://swarm.workshop.perforce.com/jobs/SDP-780[SDP-780] (F): Update Perforce Support address to support-helix-core@perforce.com. * https://swarm.workshop.perforce.com/jobs/SDP-782[SDP-782] (F): Improve Swarm triggers test script to check for self-signed certs. * https://swarm.workshop.perforce.com/jobs/SDP-783[SDP-783] (B): load_checkpoint.sh: Fixed error in event of slow broker restart. * https://swarm.workshop.perforce.com/jobs/SDP-794[SDP-794] (F): Enhance error message in verify_sdp.sh if p4d_N script is malformed. * https://swarm.workshop.perforce.com/jobs/SDP-796[SDP-796] (F): Updated default Helix Core (p4d/p4broker/p4p/p4) version to r22.1. * https://swarm.workshop.perforce.com/jobs/SDP-798[SDP-798] (B): Changed URL for get_helix_binaries.sh back to ftp.perforce.com. === SDP 2021.2 Patch 1 Released: Rev. SDP/MultiArch/2021.2/28649 (2022/03/03) Jobs Fixed since change 28410 up to 28649 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-562[SDP-562] (F): Support SELinux in enforcing mode on RHEL 8/CentOS 8/Rocky Linux 8. * https://swarm.workshop.perforce.com/jobs/SDP-635[SDP-635] (F): Get verify_sdp.sh to find bogus script/symlink targets. * https://swarm.workshop.perforce.com/jobs/SDP-636[SDP-636] (F): Get verify_sdp.sh to find bogus bins in /p4/common/bin. * https://swarm.workshop.perforce.com/jobs/SDP-712[SDP-712] (B): load_checkpoint.sh should not require a license unless p4d needs it. * https://swarm.workshop.perforce.com/jobs/SDP-729[SDP-729] (F): Add support for custom pre- and post- processing to mkrep.sh. * https://swarm.workshop.perforce.com/jobs/SDP-733[SDP-733] (F): Enhances mkrep Phase 2 docs to mention loading checkpoint and journal. * https://swarm.workshop.perforce.com/jobs/SDP-740[SDP-740] (B): sdp_upgrade.sh ignores a narrow subset of preflight checks. * https://swarm.workshop.perforce.com/jobs/SDP-742[SDP-742] (B): load_checkpoint.sh fails for untrusted SSL ports. * https://swarm.workshop.perforce.com/jobs/SDP-744[SDP-744] (F): Enhance load_checkpoint.sh to be able to call p4verify.sh. * https://swarm.workshop.perforce.com/jobs/SDP-747[SDP-747] (F): Added info about SDP Health Check script to core SDP docs. * https://swarm.workshop.perforce.com/jobs/SDP-748[SDP-748] (B): mkrep.sh forgets ssl: prefix on ExternalAddress for new replicas. * https://swarm.workshop.perforce.com/jobs/SDP-749[SDP-749] (B): sync_replica.sh needs to work for HA of an edge server. * https://swarm.workshop.perforce.com/jobs/SDP-759[SDP-759] (F): Support IPv6 SSL Prefixes. * https://swarm.workshop.perforce.com/jobs/SDP-761[SDP-761] (F): Tech Preview: Give daily_checkpoint.sh ability to skip offline_db regeneration. * https://swarm.workshop.perforce.com/jobs/SDP-763[SDP-763] (F): Enhanced p4verify.ps1 with new '-fast' and '-nt' options. === SDP 2021.2 GA Released: Rev. SDP/MultiArch/2021.2/28410 (2021/11/24) Jobs Fixed since change 28261 up to 28410 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-710[SDP-710] (F): Simplify creation of proxy-only and broker-only instances with mkdirs.sh. * https://swarm.workshop.perforce.com/jobs/SDP-713[SDP-713] (B): Customizations to p4_1.vars are not preserved during sdp_upgrade.sh * https://swarm.workshop.perforce.com/jobs/SDP-716[SDP-716] (F): Add error message when p4d_base fails to start due to systemd * https://swarm.workshop.perforce.com/jobs/SDP-717[SDP-717] (F): Updated default Helix Core version to 2021.2 in get_helix_binaries.sh. === SDP 2021.1 Patch 2 (Doc Only, No Functional Changes) Released: Rev. SDP/MultiArch/2021.1/28261 (2021/11/13) Jobs Fixed since change 28253 up to 28261 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-709[SDP-709] (B): Doc typo fix in SDP Guide. Non-funcional change. === SDP 2021.1 Patch 1 Released: Rev. SDP/MultiArch/2021.1/28253 (2021/11/13) Jobs Fixed since change 28238 up to 28253 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-706[SDP-706] (B): Fixed detection of P4MASTERHOST and other settings. * https://swarm.workshop.perforce.com/jobs/SDP-707[SDP-707] (F): Enhanced docs on Upgrading the SDP. * https://swarm.workshop.perforce.com/jobs/SDP-708[SDP-708] (F): Downgraded p4 counter SDP_VERSION checks to warning. === SDP 2021.1 GA .SDP 2021.1 Release Overview **** The banner feature of the SDP 2021.1 release is the `sdp_upgrade.sh` script that automates SDP upgrades on Linux so long as the starting version is SDP 2020.1. This is part of a larger effort prioritize ease of upgrades for the SDP and Helix Core. For more information, see the section in the SDP Guide on link:SDP_Guide.Unix.html#_upgrading_the_sdp[Upgrading the SDP]. **** Released: Rev. SDP/MultiArch/2021.1/28238 (2021/11/12) Jobs Fixed since change 27955 up to 28238 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-191[SDP-191] (B): Fixed default threshholds values in proxy cache cleaner. * https://swarm.workshop.perforce.com/jobs/SDP-540[SDP-540] (F): Add sdp_upgrade.sh script to the SDP. * https://swarm.workshop.perforce.com/jobs/SDP-549[SDP-549] (F): Enhanced load_checkpoint.sh to accept journals after checkpoint. * https://swarm.workshop.perforce.com/jobs/SDP-615[SDP-615] (B): load_checkpoint.sh can show 'EXITCODE: 0' on failure. * https://swarm.workshop.perforce.com/jobs/SDP-645[SDP-645] (F): Enhance p4verify.sh to expose new '--only' option in p4d r21.1+. * https://swarm.workshop.perforce.com/jobs/SDP-667[SDP-667] (F): Make preview mode default behavior for upgrade.sh; add '-y' to confirm. * https://swarm.workshop.perforce.com/jobs/SDP-668[SDP-668] (F): Do you have a way to automate validation of http/https links in files when packaging up the SDP so broken links can be checked with each release? * https://swarm.workshop.perforce.com/jobs/SDP-674[SDP-674] (B): Unclear verify_sdp.sh message related to P4JOURNAL configurable def'n. * https://swarm.workshop.perforce.com/jobs/SDP-676[SDP-676] (F): Added optional feature to remove excess $LOGS/journal.NNN files on standbys. * https://swarm.workshop.perforce.com/jobs/SDP-677[SDP-677] (F): For verify_sdp.sh, add '-warn' like '-skip' to warn for named tests. * https://swarm.workshop.perforce.com/jobs/SDP-678[SDP-678] (B): load_checkpoint.sh logins for replicas fail if p4d starts slow with systemd. * https://swarm.workshop.perforce.com/jobs/SDP-683[SDP-683] (B): Document setup for desktop shortcut for p4env.bat * https://swarm.workshop.perforce.com/jobs/SDP-684[SDP-684] (B): The configure_new_server.bat set auth.id wrongly to p4_ * https://swarm.workshop.perforce.com/jobs/SDP-686[SDP-686] (B): Remove replica_status.log as part of standard cleanup. * https://swarm.workshop.perforce.com/jobs/SDP-688[SDP-688] (F): Document creation of P4Admin Desktop Shortcut for Windows SDP. * https://swarm.workshop.perforce.com/jobs/SDP-691[SDP-691] (F): In mkdirs.sh, make SDP perms configurable 600/640/644 or 700/750/755. * https://swarm.workshop.perforce.com/jobs/SDP-698[SDP-698] (B): p4verify.sh no longer relies on $USER being defined. * https://swarm.workshop.perforce.com/jobs/SDP-699[SDP-699] (F): Added upgrade.sh to enable custom pre- and post-upgrade processing. * https://swarm.workshop.perforce.com/jobs/SDP-702[SDP-702] (B): The recover_edge.sh script should write offline_db_usable.txt. === Checking the SDP Version Once installed, the SDP `Version` file exists as `/p4/sdp/Version`. This is a simple text file that contains the SDP version string. The version can be checked using a command like `cat`, as in this sample command: $ cat /p4/sdp/Version Rev. SDP/MultiArch/2020.1/27955 (2021/08/13) That string can be found in Change History below. === SDP 2020.1 Patch 12 Released: Rev. SDP/MultiArch/2020.1/27955 (2021/08/13) Jobs Fixed since change 27919 up to 27955 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-675[SDP-675] (B): "Preflight journal health check" issue caused by a grep command not coping well with non ascii characters. === SDP 2020.1 Patch 11 Released: Rev. SDP/MultiArch/2020.1/27919 (2021/07/19) Jobs Fixed since change 27899 up to 27919 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-669[SDP-669] (F): Implement p4env.bat and p4login.bat properly with PowerShell. * https://swarm.workshop.perforce.com/jobs/SDP-670[SDP-670] (B): verify_sdp.sh can wrongly give 'Current user ... does not own' error. === SDP 2020.1 Patch 10 Released: Rev. SDP/MultiArch/2020.1/27899 (2021/07/13) Jobs Fixed since change 27820 up to 27899 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-659[SDP-659] (F): SDP daily checkpoint call to verify_sdp.sh now skips license checks. * https://swarm.workshop.perforce.com/jobs/SDP-662[SDP-662] (F): Enhanced SDP Guide for Windows re: Scheduled Tasks. * https://swarm.workshop.perforce.com/jobs/SDP-664[SDP-664] (F): Clarify that SDP r20.1 supports Helix Core binaries up to r21.1. === SDP 2020.1 Patch 9 Released: Rev. SDP/MultiArch/2020.1/27820 (2021/06/19) Jobs Fixed since change 27763 up to 27820 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-648[SDP-648] (F): Updated p4d version-specific list of federated db.* files for edge servers. * https://swarm.workshop.perforce.com/jobs/SDP-650[SDP-650] (B): clear_depot_Map_fields.sh doc is unclear for unload depots. * https://swarm.workshop.perforce.com/jobs/SDP-651[SDP-651] (F): clear_depot_Map_fields.sh support for graph depots added. * https://swarm.workshop.perforce.com/jobs/SDP-656[SDP-656] (B): replica_status.sh now captures all error output if replica is offline. * https://swarm.workshop.perforce.com/jobs/SDP-657[SDP-657] (F): Enhanced mkdirs.sh checks for edge server setup. === SDP 2020.1 Patch 8 (Doc Only, No Functional Changes) Released: Rev. SDP/MultiArch/2020.1/27763 (2021/05/07) Jobs Fixed since change 27759 up to 27763 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-644[SDP-644] (B): Fix typo in SDP Legacy Upgrade Guide. === SDP 2020.1 Patch 7 Released: Rev. SDP/MultiArch/2020.1/27759 (2021/05/07) Jobs Fixed since change 27536 up to 27759 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-517[SDP-517] (B): Please use svcinst to start and stop the Perforce Service. * https://swarm.workshop.perforce.com/jobs/SDP-616[SDP-616] (F): Clarify usage for mkrep.sh '-f <FromServerID>' option. * https://swarm.workshop.perforce.com/jobs/SDP-617[SDP-617] (B): SDP on Windows should manage service only with svcinst.exe. * https://swarm.workshop.perforce.com/jobs/SDP-618[SDP-618] (F): Port update_limits.py to Windows. * https://swarm.workshop.perforce.com/jobs/SDP-619[SDP-619] (F): Clear up confusion between ServerID and SDP instance name. * https://swarm.workshop.perforce.com/jobs/SDP-625[SDP-625] (B): upgrade.sh needs to bounce p4d for multi-instance patch-only upgrades. * https://swarm.workshop.perforce.com/jobs/SDP-627[SDP-627] (F): Add verify_sdp.sh check for p4*.services files w/o world read access. * https://swarm.workshop.perforce.com/jobs/SDP-630[SDP-630] (B): Bogus root ownership of ssl/config.txt after mkdirs.sh. * https://swarm.workshop.perforce.com/jobs/SDP-631[SDP-631] (B): verify_sdp.sh Invalid error re: crontab on proxy servers. * https://swarm.workshop.perforce.com/jobs/SDP-638[SDP-638] (B): Address gaps in Legacy SDP Upgrade Guide for upgrades from 2014-era SDP. * https://swarm.workshop.perforce.com/jobs/SDP-639[SDP-639] (F): Make SDP password file check a skippable test in verify_sdp.sh. * https://swarm.workshop.perforce.com/jobs/SDP-640[SDP-640] (B): verify_sdp.sh check for password file existence does not run. === SDP 2020.1 Patch 6 (Doc Only, No Functional Changes) Released: Rev. SDP/MultiArch/2020.1/27536 (2021/02/28) Jobs Fixed since change 27524 up to 27536 (F=Feature, B=Bug): === SDP 2020.1 Patch 5 Released: Rev. SDP/MultiArch/2020.1/27524 (2021/02/26) Jobs Fixed since change 27457 up to 27524 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-604[SDP-604] (F): Add more detail to Legacy SDP upgrade doc. * https://swarm.workshop.perforce.com/jobs/SDP-605[SDP-605] (B): Default 'p4' binary is in /p4/sdp/helix_binaries. * https://swarm.workshop.perforce.com/jobs/SDP-607[SDP-607] (F): Do not set submit.allowbgtransfer for new servers. * https://swarm.workshop.perforce.com/jobs/SDP-609[SDP-609] (F): Enhanced SDP Guide (Unix) related to init scripts. * https://swarm.workshop.perforce.com/jobs/SDP-610[SDP-610] (F): Add doc coverage for using only limited sudo. * https://swarm.workshop.perforce.com/jobs/SDP-611[SDP-611] (F): Add doc coverage for using multiple broker configs. === SDP 2020.1 Patch 4 Released: Rev. SDP/MultiArch/2020.1/27457 (2021/02/17) Jobs Fixed since change 27414 up to 27457 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-600[SDP-600] (F): Normalize usage of verify_sdp.sh as called from other scripts. * https://swarm.workshop.perforce.com/jobs/SDP-601[SDP-601] (B): Local setting of VERIFY_SDP_SKIP_TEST_LIST ignored by upgrade.sh. === SDP 2020.1 Patch 3B Released: Rev. SDP/MultiArch/2020.1/27414 (2021/02/07) Jobs Fixed since change 27403 up to 27414 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-599[SDP-599] (B): Refinement needed to logic for test skipping p4root/offline_db. === SDP 2020.1 Patch 3A Released: Rev. SDP/MultiArch/2020.1/27403 (2021/02/06) Jobs Fixed since change 27398 up to 27403 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-598[SDP-598] (F): For verify_sdp.sh: Add check for P4TRUST files if SSL enabled. === SDP 2020.1 Patch 3 Released: Rev. SDP/MultiArch/2020.1/27398 (2021/02/06) Jobs Fixed since change 27357 up to 27398 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-592[SDP-592] (B): verify_sdp.sh reports same excess binary in path multiple times. * https://swarm.workshop.perforce.com/jobs/SDP-593[SDP-593] (B): verify_sdp.sh should ignore dot '.' in PATH. * https://swarm.workshop.perforce.com/jobs/SDP-594[SDP-594] (F): mkdirs.sh should not deploy p4p or p4dtg by default. * https://swarm.workshop.perforce.com/jobs/SDP-595[SDP-595] (B): mkdirs.sh should not deploy p4d to p4p/p4broker only host. * https://swarm.workshop.perforce.com/jobs/SDP-596[SDP-596] (B): Install errors when running mkdirs.sh on replica servers === SDP 2020.1 Patch 2 Released: Rev. SDP/MultiArch/2020.1/27357 (2021/02/01) Jobs Fixed since change 27351 up to 27357 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-591[SDP-591] (F): Release notes update only: Added GA/patch release headings. === SDP 2020.1 Patch 1 Released: Rev. SDP/MultiArch/2020.1/27351 (2021/01/31) - Patch 1 Jobs Fixed since change 27325 up to 27351 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-590[SDP-590] (F): Added sample script to implement rename of users for Swarm. * https://swarm.workshop.perforce.com/jobs/SDP-589[SDP-589] (B): Correct version checks for p4d major version. * https://swarm.workshop.perforce.com/jobs/SDP-570[SDP-570] (F): Add upgrade.sh '-M' manual option relinking binaries w/o -xu. * https://swarm.workshop.perforce.com/jobs/SDP-588[SDP-588] (F): Enhance verify_sdp.sh to allow skipping offline_db checks. === SDP 2020.1 GA .SDP 2020.1 Release Overview **** In a nutshell, here is what the SDP r2020.1 release is all about: * *Improved Documentation*. The SDP documentation has been reformatted to AsciiDoc. Documentation coverage has been expanded, new content added, and documentation for various scripts is now included in the main documentation. * Publishing of xref:SDP_Guide.Unix.adoc#_the_journalprefix_standard[The journalPrefix Standard]. * Updating of the xref:SDP_Guide.Unix.adoc#_server_spec_naming_standard[Server Spec Naming Standard]. * Bug fixes and improvements to `load_checkpoint.sh`. * Bug fixes and improvements to `p4verify.sh`. The `-recent` flag is fixed and verification of shelves has improved. * Bug fixes and improvements to `mkrep.sh`, which adheres to documented standards. * *Improved Helix Core Upgrades*. The `upgrade.sh` script that upgrades `p4`, `p4d`, `p4broker`, and `p4p` has been greatly improved, and a new `get_helix_binaries.sh` script added. Documentation now covers how to do Global Topology "Outer to Inner" upgrades. * *Improved Self-Verification*. The `verify_sdp.sh` script has been improved to do many more checks. This script is also relied on by other SDP scripts to ensure things are in a good start before they start their processing. The `refresh_P4ROOT_from_offline_db.sh` and `upgrade.sh` scripts use `verify_sdp.sh`. * The systemd interactions have been improved in a few key ways. Notably, on systems in which systemd is configured, a safety check now ensure that systemd is used, so that systemd's concept of service status is reliable. The format of the systemd unit files changes with this release. More details is in the <<Change History>> below. **** Released: Rev. SDP/MultiArch/2020.1/27325 (2021/01/29) - General Availability Jobs Fixed since change 26494 up to 27325 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-245[SDP-245] (B): Prevent generation of db.* files in empty P4ROOT when sourcing p4_vars. * https://swarm.workshop.perforce.com/jobs/SDP-246[SDP-246] (B): Sourcing p4_vars hangs if live_checkpoint.sh is running. * https://swarm.workshop.perforce.com/jobs/SDP-373[SDP-373] (B): Typo on page 22 of guide (Section 4.2): modifed vs modified * https://swarm.workshop.perforce.com/jobs/SDP-397[SDP-397] (F): Support SDP hosts without p4d, p4p/p4broker or p4dtg only. * https://swarm.workshop.perforce.com/jobs/SDP-428[SDP-428] (F): Add safety check to ensure systemd is used if required. * https://swarm.workshop.perforce.com/jobs/SDP-432[SDP-432] (F): Enhance distinction of what is Supported and Unsupported. * https://swarm.workshop.perforce.com/jobs/SDP-439[SDP-439] (B): DOC: SDP Guide for setting up a replica is missing key items. * https://swarm.workshop.perforce.com/jobs/SDP-460[SDP-460] (B): Script 'broker_rotate.sh' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-461[SDP-461] (B): Script 'edge_dump.sh' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-462[SDP-462] (B): Script 'edge_shelf_replicate.sh' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-463[SDP-463] (B): Script 'edge_vars' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-464[SDP-464] (B): Script 'gen_default_broker_cfg.sh' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-465[SDP-465] (B): Script 'htd_move_logs.sh' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-466[SDP-466] (B): Script 'journal_watch.sh' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-467[SDP-467] (B): Script 'kill_idle.sh' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-468[SDP-468] (B): Script 'load_checkpoint.sh' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-469[SDP-469] (B): Script 'mkrep.sh' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-470[SDP-470] (B): Script 'p4broker_base' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-471[SDP-471] (B): Script 'p4dstate.sh' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-472[SDP-472] (B): Script 'p4ftpd_base' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-473[SDP-473] (B): Script 'p4login-super.sh' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-474[SDP-474] (B): Script 'p4p_base' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-475[SDP-475] (B): Script 'p4pcm.pl' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-476[SDP-476] (B): Script 'p4review2.py' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-477[SDP-477] (B): Script 'p4sanity_check.sh' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-478[SDP-478] (B): Script 'p4web_base' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-481[SDP-481] (B): Script 'ps_functions.sh' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-482[SDP-482] (B): Script 'purge_revisions.sh' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-483[SDP-483] (B): Script 'recover_edge.sh' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-484[SDP-484] (B): Script 'replica_cleanup.sh' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-485[SDP-485] (B): Script 'replica_status.sh' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-486[SDP-486] (B): Script 'request_replica_checkpoint.sh' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-487[SDP-487] (B): Script 'rotate_journal.sh' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-488[SDP-488] (B): Script 'template.pl' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-489[SDP-489] (B): Script 'template.py' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-490[SDP-490] (B): Script 'template.py.cfg' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-491[SDP-491] (B): Script 'template.sh' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-492[SDP-492] (B): Script 'update_limits.py' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-493[SDP-493] (B): Script 'verify_sdp.sh' is not mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-495[SDP-495] (B): SDP Guide mentions now-deleted/obsolete script. * https://swarm.workshop.perforce.com/jobs/SDP-496[SDP-496] (B): Script 'backup_functions.sh' is mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-497[SDP-497] (B): Script 'p4d_base' is mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-498[SDP-498] (B): Script 'p4verify.sh' is mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-499[SDP-499] (B): Script 'run_if_edge.sh' is mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-500[SDP-500] (B): Script 'run_if_master.sh' is mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-501[SDP-501] (B): Script 'run_if_replica.sh' is mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-502[SDP-502] (B): Script 'sync_replica.sh' is mentioned in the SDP Guide (Unix). * https://swarm.workshop.perforce.com/jobs/SDP-503[SDP-503] (B): SDP Guide mentions some scripts by most of the filename, not all of it. * https://swarm.workshop.perforce.com/jobs/SDP-504[SDP-504] (B): SDP Guide mentions "weekly_checkpoint" script under "daily_checkpoint": * https://swarm.workshop.perforce.com/jobs/SDP-505[SDP-505] (F): Added P4MASTERPORT checks to verify_sdp.sh * https://swarm.workshop.perforce.com/jobs/SDP-507[SDP-507] (B): p4d_1.service includes wrong doc link * https://swarm.workshop.perforce.com/jobs/SDP-508[SDP-508] (B): p4broker_1.service includes wrong doc link * https://swarm.workshop.perforce.com/jobs/SDP-509[SDP-509] (B): "sdp-administrator-guide.docx" needs to be removed or updated. * https://swarm.workshop.perforce.com/jobs/SDP-512[SDP-512] (B): upgrade.sh needs clearer documented explanation * https://swarm.workshop.perforce.com/jobs/SDP-523[SDP-523] (B): Missing 'failover' document * https://swarm.workshop.perforce.com/jobs/SDP-535[SDP-535] (B): False-positive on journal corruption check w/multi-line journal entries. * https://swarm.workshop.perforce.com/jobs/SDP-538[SDP-538] (F): Document systemd interactions with SDP init scripts. * https://swarm.workshop.perforce.com/jobs/SDP-541[SDP-541] (F): Make 'p4d' rather than 'p4d_N' safe to run. * https://swarm.workshop.perforce.com/jobs/SDP-543[SDP-543] (B): The configure_new_server.sh failed with unbound LOGFILE variable error. * https://swarm.workshop.perforce.com/jobs/SDP-545[SDP-545] (B): DOC: PDF contains "Reference source not found" errors. * https://swarm.workshop.perforce.com/jobs/SDP-546[SDP-546] (B): Documentation out of date. * https://swarm.workshop.perforce.com/jobs/SDP-548[SDP-548] (B): Standby won't start pull if journal.NNN exists. * https://swarm.workshop.perforce.com/jobs/SDP-554[SDP-554] (B): Incorrect Server ID when deploying an edge server. * https://swarm.workshop.perforce.com/jobs/SDP-553[SDP-553] (B): Remove 'Operating System' from configurable rejectList. * https://swarm.workshop.perforce.com/jobs/SDP-558[SDP-558] (B): Fix bug with '-recent' flag in p4verify.sh. * https://swarm.workshop.perforce.com/jobs/SDP-559[SDP-559] (B): Fix load_checkpoint.sh init issue if '-s <ServerID>' is used. * https://swarm.workshop.perforce.com/jobs/SDP-564[SDP-564] (F): Normalized SDP Versioning will start in the SDP r20.1 release. * https://swarm.workshop.perforce.com/jobs/SDP-565[SDP-565] (F): Enhance verify_sdp.sh to allow optional skip of some tests. * https://swarm.workshop.perforce.com/jobs/SDP-566[SDP-566] (F): Add Support-recommended sysctl settings to SDP. * https://swarm.workshop.perforce.com/jobs/SDP-567[SDP-567] (F): Add setting for server.extensions.dir. * https://swarm.workshop.perforce.com/jobs/SDP-569[SDP-569] (F): Rename upcoming /p4/sdp/exes to /p4/sdp/helix_binaries * https://swarm.workshop.perforce.com/jobs/SDP-572[SDP-572] (B): Fixed issue where No Checkpoints reported if 'find' doesn't support '-printf'. * https://swarm.workshop.perforce.com/jobs/SDP-573[SDP-573] (B): mkdirs.sh is not respecting MASTER_ID from config file * https://swarm.workshop.perforce.com/jobs/SDP-574[SDP-574] (B): daily_checkpoint.sh hangs if journalPrefix is wrong. * https://swarm.workshop.perforce.com/jobs/SDP-575[SDP-575] (B): The stop_p4d() function reports 'missing server.pid' error with systemd. * https://swarm.workshop.perforce.com/jobs/SDP-576[SDP-576] (F): Added documentation for handling multiple broker configs with systemd. * https://swarm.workshop.perforce.com/jobs/SDP-578[SDP-578] (B): The offline_db_usable.txt file is not updated when rotate_journal.sh is used. * https://swarm.workshop.perforce.com/jobs/SDP-579[SDP-579] (B): Edge recover script fails to run if p4_vars not sourced first. * https://swarm.workshop.perforce.com/jobs/SDP-581[SDP-581] (F): Added optional check that P4MASTER_ID starts with 'master' to verify_sdp.sh. * https://swarm.workshop.perforce.com/jobs/SDP-583[SDP-583] (E): Enhance verify_sdp.sh and upgrade.sh to handle proxy-only and broker-only machines. === SDP 2019.3 Patch 7 Released: Rev. SDP/MultiArch/2019.3/26494 (2020/04/23). Jobs Fixed since change 26478 up to 26494 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-529[SDP-529] (F): Add ability to limit specific commands to one-per-user, e.g. populate. * https://swarm.workshop.perforce.com/jobs/SDP-531[SDP-531] (B): The recover_edge.sh script needed updating to use new start/stop functions. === SDP 2019.3 Patch 6 Released: Rev. SDP/MultiArch/2019.3/26478 (2020/04/12). Jobs Fixed since change 26472 up to 26478 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-527[SDP-527] (B): Patch to rotate_journal.sh and add test coverage for it. * https://swarm.workshop.perforce.com/jobs/SDP-528[SDP-528] (F): Enhance dynamic check to work with replicas that do not set journalPrefix. === SDP 2019.3 Patch 5 Released: Rev. SDP/MultiArch/2019.3/26472 (2020/04/10). Jobs Fixed since change 26468 up to 26472 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-526[SDP-526] (F): Use dynamic journalPrefix detection for non-master servers. === SDP 2019.3 Patch 4 Released: Rev. SDP/MultiArch/2019.3/26468 (2020/04/10). Jobs Fixed since change 26407 up to 26468 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-446[SDP-446] (B): wrong variables used in recreate_offline_db_files * https://swarm.workshop.perforce.com/jobs/SDP-519[SDP-519] (B): Fixed missing variable initialization in load_checkpoint.sh. * https://swarm.workshop.perforce.com/jobs/SDP-520[SDP-520] (F): Add login and trust logic to load_checkpoint.sh. * https://swarm.workshop.perforce.com/jobs/SDP-521[SDP-521] (F): Have load_checkpoint.sh handle P4SSLDIR and cert creation automatically. * https://swarm.workshop.perforce.com/jobs/SDP-522[SDP-522] (F): Have load_checkpoint.sh check for a license file. * https://swarm.workshop.perforce.com/jobs/SDP-524[SDP-524] (B): Fix refresh_P4ROOT_from_offline_db.sh to work on a non-edge replica. * https://swarm.workshop.perforce.com/jobs/SDP-525[SDP-525] (B): Remove parallel checkpoint scripts temporarily. === SDP 2019.3 Patch 3 Released: Rev. SDP/MultiArch/2019.3/26407 (2020/03/28). Jobs Fixed since change 26400 up to 26407 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-427[SDP-427] (F): Use systemd consistently if availabile for p4d start/stop. === SDP 2019.3 Patch 2 Released: Rev. SDP/MultiArch/2019.3/26400 (2020/03/28). Jobs Fixed since change 26239 up to 26400 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-427[SDP-427] (F): Use systemd consistently if availabile for p4d start/stop. * https://swarm.workshop.perforce.com/jobs/SDP-431[SDP-431] (F): Make p4d startup resistant to timing issues for reboots & fast * https://swarm.workshop.perforce.com/jobs/SDP-436[SDP-436] (F): Provide snapshot hook for daily_checkpoint.sh. * https://swarm.workshop.perforce.com/jobs/SDP-444[SDP-444] (F): Add script to safely refresh P4ROOT db.* from offline_db. * https://swarm.workshop.perforce.com/jobs/SDP-451[SDP-451] (F): Added '-f <P4TARGET>' flag to mkrep.sh. * https://swarm.workshop.perforce.com/jobs/SDP-452[SDP-452] (F): Enhance mkrep.sh to instruct using edge_dump.sh for edge servers. * https://swarm.workshop.perforce.com/jobs/SDP-453[SDP-453] (F): For filtered replicas, have mkrep.sh instruct using '-P ServerID'. * https://swarm.workshop.perforce.com/jobs/SDP-454[SDP-454] (B): verify_sdp.sh should handle being run as root * https://swarm.workshop.perforce.com/jobs/SDP-455[SDP-455] (F): Add license expiration check to verify_sdp.sh. * https://swarm.workshop.perforce.com/jobs/SDP-510[SDP-510] (B): Fix issue with 'clean start' test suite run due to Python symlink issues. === SDP 2019.3 Patch 1 Released: Rev. SDP/MultiArch/2019.3/26239 (2020/01/08). Jobs Fixed since change 26159 up to 26239 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-423[SDP-423] (B): slight typo in comment /p4/INSTANCe/checkpoints * https://swarm.workshop.perforce.com/jobs/SDP-430[SDP-430] (B): Fixed typo causing os_tweaks.sh not to recognize Ubuntu 18. * https://swarm.workshop.perforce.com/jobs/SDP-437[SDP-437] (F): Enhance mkdirs.sh for standby replicas to match other replica types. * https://swarm.workshop.perforce.com/jobs/SDP-441[SDP-441] (B): Upgrade.ps1 fails with error for Windows SDP * https://swarm.workshop.perforce.com/jobs/SDP-443[SDP-443] (B): Fix in maint scripts to pickup SDP_INSTANCE if no arg passed. === SDP 2019.3 GA Released: Rev. SDP/MultiArch/2019.3/26159 (2019/11/06). Jobs Fixed since change 25949 up to 26159 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-448[SDP-448] (F): Enable 'p4 submit -b' by setting submit.allowbgtransfer=1 for P4D 2019.1. * https://swarm.workshop.perforce.com/jobs/SDP-352[SDP-352] (F): Eliminate excessive journal rotations on p4d startup. * https://swarm.workshop.perforce.com/jobs/SDP-412[SDP-412] (B): Backup failing as logs cannot be rotated as the server is too busy. * https://swarm.workshop.perforce.com/jobs/SDP-424[SDP-424] (B): sync_replica.sh fails on standby replica w/rpl.journalcopy.location=1. * https://swarm.workshop.perforce.com/jobs/SDP-425[SDP-425] (B): mkrep.sh fails for replica of replica due to ReplicatingFrom field hard coded to master.1 * https://swarm.workshop.perforce.com/jobs/SDP-426[SDP-426] (F): Add -f flag to p4d -jr on SDP for Windows. === SDP 2019.2 Patch 3 Released: Rev. SDP/MultiArch/2019.2/25949 (2019/08/12). Jobs Fixed since change 25938 up to 25949 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-415[SDP-415] (B): Fixed typo in scripts for handling edge servers. === SDP 2019.2 Patch 2 Released: Rev. SDP/MultiArch/2019.2/25938 (2019/08/05). Jobs Fixed since change 25923 up to 25938 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-414[SDP-414] (B): Fixed issue with safety check in edge processing scripts. === SDP 2019.2 Patch 1 Released: Rev. SDP/MultiArch/2019.2/25923 (2019/08/05). Jobs Fixed since change 25594 up to 25923 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-398[SDP-398] (F): Disallow replicas from being initially mandatory per P4D 2019.1 requirement. * https://swarm.workshop.perforce.com/jobs/SDP-400[SDP-400] (B): Fixed p4login bug where P4PORT value can have a value of Unset. * https://swarm.workshop.perforce.com/jobs/SDP-401[SDP-401] (F): Enanced replica_status.sh to check archive replication. * https://swarm.workshop.perforce.com/jobs/SDP-403[SDP-403] (B): Fixed root-owned symlinks in /p4/N after running mkdirs.sh. * https://swarm.workshop.perforce.com/jobs/SDP-404[SDP-404] (F): Update edge scripts to support 2019.1+ changes to edge servers. * https://swarm.workshop.perforce.com/jobs/SDP-405[SDP-405] (F): Enhanced load_checkpoint.sh to handle case-insensitive checkpoints. * https://swarm.workshop.perforce.com/jobs/SDP-410[SDP-410] (B): [R]CMDEXITCODE not set when [r]run() called with 'grep string' parameter. * https://swarm.workshop.perforce.com/jobs/SDP-413[SDP-413] (F): Add script to request checkpoint on edge/replica. === SDP 2019.2 GA Released: Rev. SDP/MultiArch/2019.2/25594 (2019/05/02). Jobs Fixed since change 25480 up to 25594 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-356[SDP-356] (F): Reduce SDP Core to contain only software supported by Perforce Support. * https://swarm.workshop.perforce.com/jobs/SDP-369[SDP-369] (F): Added flags to p4verify.sh to verify by type like shelved. * https://swarm.workshop.perforce.com/jobs/SDP-374[SDP-374] (B): Fixed off-by-three-orders-of-magnitude error in proxy cleanup script. * https://swarm.workshop.perforce.com/jobs/SDP-378[SDP-378] (F): Removed journalPrefix as command line paramter during journal rotation, deferring to db.config values. * https://swarm.workshop.perforce.com/jobs/SDP-380[SDP-380] (F): Removed journalPrefix as command line paramter during journal rotation, deferring to db.config values. * https://swarm.workshop.perforce.com/jobs/SDP-383[SDP-383] (F): Added '-a' flag meant to be equivalent of most common set of flags. * https://swarm.workshop.perforce.com/jobs/SDP-384[SDP-384] (B): Fixed failure to cleanup old logs in sdp_sync.sh on Ubuntu Linux. * https://swarm.workshop.perforce.com/jobs/SDP-392[SDP-392] (B): upgrade.sh must handle new 19.1 features * https://swarm.workshop.perforce.com/jobs/SDP-393[SDP-393] (B): Fixed perms on purge_revisions.sh and journal_watch.sh. * https://swarm.workshop.perforce.com/jobs/SDP-394[SDP-394] (F): Added support for wildcards/globbing to purge_revisions.sh scripts. * https://swarm.workshop.perforce.com/jobs/SDP-395[SDP-395] (F): Added support for 2019.1 upgrades and testing of same. === SDP 2019.1 Patch 6 Released: Rev. SDP/MultiArch/2019.1/25480 (2019/04/11). Jobs Fixed since change 25386 up to 25480 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-382[SDP-382] (B): Fixed missing 'exit 1' in p4d_base after 'p4d -xvU' check failure. * https://swarm.workshop.perforce.com/jobs/SDP-387[SDP-387] (F): Test harness should run verify_sdp.sh and look for errors. * https://swarm.workshop.perforce.com/jobs/SDP-390[SDP-390] (B): Removed crontab refs to deleted scripts. * https://swarm.workshop.perforce.com/jobs/SDP-391[SDP-391] (B): In mkdir.sh, fixed root ownership of generated crontab file. === SDP 2019.1 Patch 5 Released: Rev. SDP/MultiArch/2019.1/25386 (2019/03/21). Jobs Fixed since change 25374 up to 25386 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-379[SDP-379] (B): Fixed mkdirs.sh issue with SSL-enabled installs due to chown issue. === SDP 2019.1 Patch 4 Released: Rev. SDP/MultiArch/2019.1/25374 (2019/03/21). Jobs Fixed since change 25320 up to 25374 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-302[SDP-302] (F): Parallelized checkpoint processing to reduce duration. * https://swarm.workshop.perforce.com/jobs/SDP-375[SDP-375] (B): Fix ownership and missing symlink issues in mkdirs.sh. === SDP 2019.1 Patch 3 Released: Rev. SDP/MultiArch/2019.1/25320 (2019/03/08). Jobs Fixed since change 25309 up to 25320 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-372[SDP-372] (B): Fixed breaking test - logic around $CN was misunderstood. === SDP 2019.1 Patch 2 Released: Rev. SDP/MultiArch/2019.1/25309 (2019/03/07). Jobs Fixed since change 25276 up to 25309 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-370[SDP-370] (B): Fix issue with mkdirs.sh -test mode. * https://swarm.workshop.perforce.com/jobs/SDP-371[SDP-371] (B): Fixed install_sdp_perl to work with updated P4Perl. === SDP 2019.1 Patch 1 Released: Rev. SDP/MultiArch/2019.1/25276 (2019/03/06). Jobs Fixed since change 25238 up to 25276 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-368[SDP-368] (B): Fix syntax errors for SDP_ADMIN_PASSWORD_FILE in backup_functions.sh. === SDP 2019.1 GA Released: Rev. SDP/MultiArch/2019.1/25238 (2019/03/02). Jobs Fixed since change 23583 up to 25238 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-198[SDP-198] (B): DOC: SDP Guide needs more detail on SDP-controlled replica setup. * https://swarm.workshop.perforce.com/jobs/SDP-247[SDP-247] (B): Need a validation script to check current status, especially after an upgrade from older version of SDP. * https://swarm.workshop.perforce.com/jobs/SDP-255[SDP-255] (B): Update SDP documentation to deal with SSL enabled servers. * https://swarm.workshop.perforce.com/jobs/SDP-256[SDP-256] (B): Update documentation to include mkdirs.cfg instead of updating mkdirs.sh * https://swarm.workshop.perforce.com/jobs/SDP-269[SDP-269] (F): Optimize journalPrefix values for master, edge, standby, replica. * https://swarm.workshop.perforce.com/jobs/SDP-296[SDP-296] (B): Fixed bug where updates to os_tweaks.sh dropped support for RHEL 6.5. * https://swarm.workshop.perforce.com/jobs/SDP-297[SDP-297] (B): Fixed handling of unlaod depots in p4verify.sh * https://swarm.workshop.perforce.com/jobs/SDP-298[SDP-298] (B): Avoid checking for shelved files in spec depot. * https://swarm.workshop.perforce.com/jobs/SDP-299[SDP-299] (F): Enhanced HMS failover for standby/journalcopy replicas to use 'p4 admin end-journal' * https://swarm.workshop.perforce.com/jobs/SDP-300[SDP-300] (F): Set rpl.journalcopy.location=1 for p4d 2018.1+ servers. * https://swarm.workshop.perforce.com/jobs/SDP-301[SDP-301] (B): Crontab spamming emails if configurable track=1 * https://swarm.workshop.perforce.com/jobs/SDP-304[SDP-304] (B): Fixed issues with hms status for SSL-enabled servers, etc. * https://swarm.workshop.perforce.com/jobs/SDP-305[SDP-305] (F): Enhancemnts in libcore.sh bail(), errmsg(), initlog(), and stoplog() functions. * https://swarm.workshop.perforce.com/jobs/SDP-306[SDP-306] (B): Moved cset of P4JOURNAL so it's done only on masteror edge server. * https://swarm.workshop.perforce.com/jobs/SDP-307[SDP-307] (F): Changed hms remote spec for the Public Depot to be the default 'origin'. * https://swarm.workshop.perforce.com/jobs/SDP-308[SDP-308] (F): Set rpl.journalcopy.location=1 for 2018.1+ standby replicas. * https://swarm.workshop.perforce.com/jobs/SDP-311[SDP-311] (B): Avoid unnecessary removal of rdb.lbr in db swap. * https://swarm.workshop.perforce.com/jobs/SDP-313[SDP-313] (F): Batch of validate_sdp.sh enhancements. * https://swarm.workshop.perforce.com/jobs/SDP-314[SDP-314] (B): Fixed scary but otherwise harmless error in Cmd.pm * https://swarm.workshop.perforce.com/jobs/SDP-315[SDP-315] (F): Reformat protections table comment format during upgrades. * https://swarm.workshop.perforce.com/jobs/SDP-316[SDP-316] (F): Added script to rotate live journal due low disk space * https://swarm.workshop.perforce.com/jobs/SDP-317[SDP-317] (B): Fixed issue preventing failover from an edge servder. * https://swarm.workshop.perforce.com/jobs/SDP-318[SDP-318] (B): Removed HMS references to /usr/local/bin/bash. * https://swarm.workshop.perforce.com/jobs/SDP-319[SDP-319] (F): Use 'p4 monitor terminate' rather than 'kill' for idle pids. * https://swarm.workshop.perforce.com/jobs/SDP-325[SDP-325] (F): Enhanced rejectList setting for P4EXP. * https://swarm.workshop.perforce.com/jobs/SDP-326[SDP-326] (F): Enhanced rejectList setting for P4EXP. * https://swarm.workshop.perforce.com/jobs/SDP-327[SDP-327] (B): DOC: must I create /hx*? * https://swarm.workshop.perforce.com/jobs/SDP-328[SDP-328] (B): DOC: mismatch between setup instructions and setup script * https://swarm.workshop.perforce.com/jobs/SDP-329[SDP-329] (B): DOC: folder permissions * https://swarm.workshop.perforce.com/jobs/SDP-330[SDP-330] (B): DOC: to where should we copy the tgz file? * https://swarm.workshop.perforce.com/jobs/SDP-331[SDP-331] (B): DOC: lack of clarity on folder ownership. * https://swarm.workshop.perforce.com/jobs/SDP-332[SDP-332] (B): DOC: setting executable bit on p4 etc. * https://swarm.workshop.perforce.com/jobs/SDP-333[SDP-333] (B): DOC: reorder the create user/group sequence on Linux. * https://swarm.workshop.perforce.com/jobs/SDP-334[SDP-334] (B): DOC: no comment on mkdirs.N.cfg, referenced in the mkdirs.sh script. * https://swarm.workshop.perforce.com/jobs/SDP-335[SDP-335] (B): DOC: no comment on ssl certificate generation. * https://swarm.workshop.perforce.com/jobs/SDP-337[SDP-337] (B): The upgrade.sh script, used to update your p4/p4d executables and corresponding database, starts with the message: * https://swarm.workshop.perforce.com/jobs/SDP-338[SDP-338] (F): DOC: server upgrades and checkpoint * https://swarm.workshop.perforce.com/jobs/SDP-339[SDP-339] (B): DOC: non-existent script referenced in docs * https://swarm.workshop.perforce.com/jobs/SDP-341[SDP-341] (B): Critical recreate_db_checkpoint.sh bug with shared /hxdepots shared. * https://swarm.workshop.perforce.com/jobs/SDP-342[SDP-342] (B): Fixed issue with P4Triggers.py impacting CheckCaseTrigger.py, etc. * https://swarm.workshop.perforce.com/jobs/SDP-345[SDP-345] (B): Implemented '-r' flag to clean up old logs in global_replica_status.sh. * https://swarm.workshop.perforce.com/jobs/SDP-347[SDP-347] (F): Enhance CaseCheckTrigger to work even if defaultChangeType is set to restricted. * https://swarm.workshop.perforce.com/jobs/SDP-348[SDP-348] (F): Enhanced CheckCaseTrigger.py to enable bypass. * https://swarm.workshop.perforce.com/jobs/SDP-350[SDP-350] (F): Support SELinux ("Security Enhanced Linux)") in enforcing mode. * https://swarm.workshop.perforce.com/jobs/SDP-353[SDP-353] (F): Avoid doing 'p4d -cset' for P4JOURNAL, but preserve safety feature. * https://swarm.workshop.perforce.com/jobs/SDP-362[SDP-362] (B): p4verify.sh -remote ignores SDP_RECENT_CHANGES_TO_VERIFY. * https://swarm.workshop.perforce.com/jobs/SDP-366[SDP-366] (F): Optimize display of Support messaging. * https://swarm.workshop.perforce.com/jobs/SDP-367[SDP-367] (B): p4verify.sh should also specify the -t (transfer) option for edge servers like it currently does for replicas. * https://swarm.workshop.perforce.com/jobs/SDP-49[SDP-49] (B): SDP Guide: inconsistent user name used in setup instructions. Page 9 of the pdf, step 1 says create user 'p4admin'. The rest of the guide that I've read, and the mkdirs.sh script, all refer to user 'perforce'. * https://swarm.workshop.perforce.com/jobs/SDP-73[SDP-73] (F): Add Evil Twin detector/prevention trigger. === SDP 2018 Patch 2 Released: Rev. SDP/MultiArch/2018.1/23583.p2 (2019/01/23). Jobs Fixed since change 23583.p1 up to 23583.p2 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-366[SDP-366] (F): Optimize display of Support messaging. * https://swarm.workshop.perforce.com/jobs/SDP-341[SDP-341] (B): Critical recreate_db_sync_replica.sh bug with shared /hxdepots shared. === SDP 2018.1 Patch 1 Released: Rev. SDP/MultiArch/2018.1/23583.p1 (2018/07/13). PATCH release fixes * https://swarm.workshop.perforce.com/jobs/SDP-341[SDP-341]. * https://swarm.workshop.perforce.com/jobs/SDP-341[SDP-341] (B): Critical recreate_db_checkpoint.sh bug with shared /hxdepots shared. === SDP 2018.1 Patch 0.5 Released: Rev. SDP/MultiArch/2018.1/23583 (2018/02/08). Jobs Fixed since change 23504 up to 23583 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-287[SDP-287] (B): Fixed mkdirs.sh bug fixing ownership of wrong dir. 2nd fx for * https://swarm.workshop.perforce.com/jobs/SDP-287[SDP-287]. === SDP 2018.1 GA Released: Rev. SDP/MultiArch/2018.1/23504 (2018/01/19). Jobs Fixed since change 23354 up to 23504 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-285[SDP-285] (B): The use of "tee" in p4d_base causes start to hang on some systems with 2016.2 p4d * https://swarm.workshop.perforce.com/jobs/SDP-286[SDP-286] (B): Fixed: In configure_new_server.*, super user not logged in after restart. * https://swarm.workshop.perforce.com/jobs/SDP-287[SDP-287] (B): Fixed mkdirs.sh bug fixing ownership of wrong dir. * https://swarm.workshop.perforce.com/jobs/SDP-290[SDP-290] (F): Added SDP-standard Ruby to PATH. * https://swarm.workshop.perforce.com/jobs/SDP-291[SDP-291] (F): Added workflow support triggers. * https://swarm.workshop.perforce.com/jobs/SDP-292[SDP-292] (F): Enhancements to p4dstate.sh. === SDP 2017.4 Patch 1 Released: Rev. SDP/MultiArch/2017.4/23354 (2017/12/08). Jobs Fixed since change 23329 up to 23354 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-281[SDP-281] (B): Fixed journalPrefix logic in mkdirs.sh === SDP 2017.4 GA Released: Rev. SDP/MultiArch/2017.4/23329 (2017/12/05). Jobs Fixed since change 23041 up to 23329 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-265[SDP-265] (B): sync_replica.sh and recreate_db_sync_replica.sh should avoid rsync compression * https://swarm.workshop.perforce.com/jobs/SDP-266[SDP-266] (B): Fixed logging issue with sync_replica.sh and recreate_db_sync_replica.sh. * https://swarm.workshop.perforce.com/jobs/SDP-267[SDP-267] (B): Fixed issue detecting an edge server; wrong EDGESERVER value. * https://swarm.workshop.perforce.com/jobs/SDP-268[SDP-268] (F): Added basic comments to all functions in backup_functions.sh. * https://swarm.workshop.perforce.com/jobs/SDP-269[SDP-269] (F): Optimize journalPrefix values for master, edge, standby, replica. * https://swarm.workshop.perforce.com/jobs/SDP-270[SDP-270] (F): Added trigger script to create Swarm reviews (and unit test). * https://swarm.workshop.perforce.com/jobs/SDP-271[SDP-271] (F): Refactor to push common arg_parse into P4Triggers. * https://swarm.workshop.perforce.com/jobs/SDP-272[SDP-272] (F): Enhance p4login info in error output, added -d debug flag. * https://swarm.workshop.perforce.com/jobs/SDP-273[SDP-273] (F): New RequireJob pre-submit trigger. * https://swarm.workshop.perforce.com/jobs/SDP-274[SDP-274] (F): Added trigger to validate contents YAML files. * https://swarm.workshop.perforce.com/jobs/SDP-276[SDP-276] (B): Make mkrep.sh work when /p4/hms instance does not exist. * https://swarm.workshop.perforce.com/jobs/SDP-277[SDP-277] (F): Added license time remaining check script. * https://swarm.workshop.perforce.com/jobs/SDP-278[SDP-278] (F): Enhance upgrade.sh run on machines with only broker/proxy. * https://swarm.workshop.perforce.com/jobs/SDP-279[SDP-279] (F): Added filetype.bypasslock=1 configurable, recommended for Swarm. * https://swarm.workshop.perforce.com/jobs/SDP-280[SDP-280] (F): Updated Support coverage info and enhanced other info in SDP README file. === SDP 2017.3 Patch 1 Released: Rev. SDP/MultiArch/2017.3/23041 (2017/10/24). Jobs Fixed since change 23003 up to 23041 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-143[SDP-143] (F): Enhance init scripts to display usage with no args. * https://swarm.workshop.perforce.com/jobs/SDP-259[SDP-259] (B): Fixed logging issue in upgrade.sh - p4broker/p4p start/stop not captured. * https://swarm.workshop.perforce.com/jobs/SDP-260[SDP-260] (F): Simplified stop_p4d() in backup function due to logic now in p4d_base. * https://swarm.workshop.perforce.com/jobs/SDP-261[SDP-261] (B): Fixed minor issue message about rotating journal escaping log capture. * https://swarm.workshop.perforce.com/jobs/SDP-262[SDP-262] (F): Take advantage of '--daemonsafe' arg in P4D 2017.1. * https://swarm.workshop.perforce.com/jobs/SDP-263[SDP-263] (B): Fixed login count in p4login script. === SDP 2017.3 GA Released: Rev. SDP/MultiArch/2017.3/23003 (2017/10/19). Jobs Fixed since change 22201 up to 23003 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-223[SDP-223] (B): Fix EDGESERVER check in p4d_base regression. * https://swarm.workshop.perforce.com/jobs/SDP-224[SDP-224] (B): Fix os_tweaks.sh to work on RHEL/CentOS 6.9. * https://swarm.workshop.perforce.com/jobs/SDP-225[SDP-225] (B): Updated hms_ts_setup.sh to adapt to mkdirs.cfg changes. * https://swarm.workshop.perforce.com/jobs/SDP-226[SDP-226] (B): Fixed typo in variable name in libcore.sh. * https://swarm.workshop.perforce.com/jobs/SDP-227[SDP-227] (B): install_sdp_perl.sh: Added DVCS environment isolation safety feature. * https://swarm.workshop.perforce.com/jobs/SDP-228[SDP-228] (F): install_sdp_perl.sh: Now uses r17.1 API. * https://swarm.workshop.perforce.com/jobs/SDP-232[SDP-232] (F): Re-establish autologinprompt default behavior. * https://swarm.workshop.perforce.com/jobs/SDP-233[SDP-233] (B): Fix bug in sdp_sync.sh related to args passed to rrun function. * https://swarm.workshop.perforce.com/jobs/SDP-234[SDP-234] (B): Change Unix default server.id to be unique to support remote depots * https://swarm.workshop.perforce.com/jobs/SDP-236[SDP-236] (B): Avoid issues interacting with incompatible local Perl. * https://swarm.workshop.perforce.com/jobs/SDP-237[SDP-237] (B): Scripts using libcore.sh display a harmless but scary error after all processing completes. * https://swarm.workshop.perforce.com/jobs/SDP-239[SDP-239] (F): Renamed crontab templates files to be template.job.p4s rather than *.template. * https://swarm.workshop.perforce.com/jobs/SDP-240[SDP-240] (B): Fixed cosmetic logging bug affecting several scripts. * https://swarm.workshop.perforce.com/jobs/SDP-241[SDP-241] (B): Update systemd templates to add new wait targets. * https://swarm.workshop.perforce.com/jobs/SDP-242[SDP-242] (B): Corrected filetypes on some scripts to chmod +x. * https://swarm.workshop.perforce.com/jobs/SDP-248[SDP-248] (F): Provide an override for diff between proxy listen and target ports. * https://swarm.workshop.perforce.com/jobs/SDP-249[SDP-249] (F): Extended P4IGNORE for more Mac files. * https://swarm.workshop.perforce.com/jobs/SDP-250[SDP-250] (F): Add value for db.monitor.shared configurable. * https://swarm.workshop.perforce.com/jobs/SDP-251[SDP-251] (F): Tweaked versions for which net.tcpsize=0 is set. * https://swarm.workshop.perforce.com/jobs/SDP-252[SDP-252] (B): SetWsOptionsAndView.py trigger should exit 0 when p4 client used w/ -t <template>. * https://swarm.workshop.perforce.com/jobs/SDP-253[SDP-253] (F): Various Windows SDP enhancements. * https://swarm.workshop.perforce.com/jobs/SDP-254[SDP-254] (F): Added SDP Overview slide preso to SDP. === SDP 2017.2 Patch 1 Released: Rev. SDP/MultiArch/2017.2/22201 (2017/05/18). Jobs Fixed since change 22177 up to 22201 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-222[SDP-222] (B): Fixed issue with testing mkdirs.sh on Mac. === SDP 2017.2 GA Released: Rev. SDP/MultiArch/2017.2/22177 (2017/05/17). Jobs Fixed since change 21808 up to 22177 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-153[SDP-153] (B): Maintenance script unload_clients_with_delete.py needs to ignore swarm workspaces to avoid losing data. * https://swarm.workshop.perforce.com/jobs/SDP-195[SDP-195] (F): Added new configurable setting: 'filesys.bufsize=1M'. * https://swarm.workshop.perforce.com/jobs/SDP-196[SDP-196] (B): Fixed bug in unload_labels.py, weeks passed in as days. * https://swarm.workshop.perforce.com/jobs/SDP-197[SDP-197] (B): Fixed bug in Windows Powershell p4verify.ps1 script. * https://swarm.workshop.perforce.com/jobs/SDP-200[SDP-200] (B): Fixed issue with /tmp getting polluted with temp files. * https://swarm.workshop.perforce.com/jobs/SDP-201[SDP-201] (F): Various scripts favor more scalable run()/rrun() over * https://swarm.workshop.perforce.com/jobs/SDP-202[SDP-202] (F): HMS scripts normalize to /bin/bash, check BASH_VERSION * https://swarm.workshop.perforce.com/jobs/SDP-203[SDP-203] (F): Added new JobIncrement trigger to simplify custom job name usage. * https://swarm.workshop.perforce.com/jobs/SDP-210[SDP-210] (F): Enhanced P4DTG init script reliability. * https://swarm.workshop.perforce.com/jobs/SDP-215[SDP-215] (F): Added new configurable setting: 'dm.user.loginattempts=7'. * https://swarm.workshop.perforce.com/jobs/SDP-216[SDP-216] (F): Refactored mkdirs.sh extracting user-config into mkdirs.cfg. * https://swarm.workshop.perforce.com/jobs/SDP-219[SDP-219] (B): Corrected logic on skipping the swarm user in remove_empty_pending_changes.py * https://swarm.workshop.perforce.com/jobs/SDP-220[SDP-220] (F): Added triggers using alternative file transfer for submit/pull. * https://swarm.workshop.perforce.com/jobs/SDP-221[SDP-221] (F): Enhanced to rotate p4verify.log like other logs. === SDP 2017.1 Patch 1 Released: Rev. SDP/MultiArch/2017.1/21808 (2017/03/08). Jobs Fixed since change 21720 up to 21808 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-191[SDP-191] (B): Fixed default threshholds values in proxy cache cleaner. * https://swarm.workshop.perforce.com/jobs/SDP-192[SDP-192] (B): User deletion maint script handles usernames with backslash. * https://swarm.workshop.perforce.com/jobs/SDP-193[SDP-193] (F): Enhance proxy init script to incorporate monitoring, adding default value in p4_vars. === SDP 2017.1 GA Released: Rev. SDP/MultiArch/2017.1/21720 (2017/02/17). Jobs Fixed since change 21528 up to 21720 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-179[SDP-179] (F): Enhanced install_sdp_perl.sh to build with P4Perl from The Workshop * https://swarm.workshop.perforce.com/jobs/SDP-181[SDP-181] (B): Fixed issue keeping recreate_db_sync_replca.sh from fixing a replica out-of-sync issue. * https://swarm.workshop.perforce.com/jobs/SDP-182[SDP-182] (F): Enhanced and updated install_sdp_perl.sh * https://swarm.workshop.perforce.com/jobs/SDP-183[SDP-183] (B): In recreate_db_sync_replica.sh, ensure P4ROOT and OFFLINE_DB are cleaned. * https://swarm.workshop.perforce.com/jobs/SDP-184[SDP-184] (B): Fixed bug resulting in error sending email on Ubuntu. * https://swarm.workshop.perforce.com/jobs/SDP-185[SDP-185] (F): Added PowerShell script p4verify.ps1 to verify on Windows. * https://swarm.workshop.perforce.com/jobs/SDP-186[SDP-186] (F): Simplified Windows setup with batch wrappers to PowerShell scripts. * https://swarm.workshop.perforce.com/jobs/SDP-187[SDP-187] (F): General Unix doc enhancements. * https://swarm.workshop.perforce.com/jobs/SDP-188[SDP-188] (F): Enhanced Perl library modules. SDP0190 (B): Fixed hms failover bug targeting wrong host with multiple possible targets. === SDP 2016.2 Patch 17 Released: Rev. SDP/MultiArch/2016.2/21528 (2017/01/14). Jobs Fixed since change 21489 up to 21528 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-160[SDP-160] (F): Enhanced P4Triggers.py to print exceptions encountered. * https://swarm.workshop.perforce.com/jobs/SDP-175[SDP-175] (F): Added more exclusions to /p4/.pignore. * https://swarm.workshop.perforce.com/jobs/SDP-176[SDP-176] (B): Fixed issues with hms_ts_setup.sh. * https://swarm.workshop.perforce.com/jobs/SDP-177[SDP-177] (B): Backed out clever tempdir feature that negatively impacted portability. === SDP 2016.2 Patch 16 Released: Rev. SDP/MultiArch/2016.2/21489 (2017/01/11). Jobs Fixed since change 21480 up to 21489 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-174[SDP-174] (B): Added Suffix field to spec depot in new servers. === SDP 2016.2 Patch 15 Released: Rev. SDP/MultiArch/2016.2/21480 (2017/01/11). Jobs Fixed since change 21379 up to 21480 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-167[SDP-167] (F): Added server.start.unlicensed configurable. * https://swarm.workshop.perforce.com/jobs/SDP-168[SDP-168] (F): Work around RHEL/CentOS 7 command completion issue. * https://swarm.workshop.perforce.com/jobs/SDP-169[SDP-169] (B): Fixed install_sdp_python.sh issue with building P4Python for SSL-enabled server. * https://swarm.workshop.perforce.com/jobs/SDP-170[SDP-170] (F): Added script to lowercase a directory tree. * https://swarm.workshop.perforce.com/jobs/SDP-171[SDP-171] (F): Added SSL support in hms_ts_setup.sh. * https://swarm.workshop.perforce.com/jobs/SDP-172[SDP-172] (B): Fixed bug in upgrade.sh introduced when truncate journal was changed to use p4 admin journal. * https://swarm.workshop.perforce.com/jobs/SDP-173[SDP-173] (F): Enhanced SSL support in install_sdp_python.sh to account for varied OpenSSL installations. === SDP 2016.2 Patch 14 Released: Rev. SDP/MultiArch/2016.2/21379 (2016/12/20). Jobs Fixed since change 21328 up to 21379 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-165[SDP-165] (F): Simplified SSL autogen cert generation. * https://swarm.workshop.perforce.com/jobs/SDP-166[SDP-166] (B): Re-login after setting auth.id, restart at end of script. === SDP 2016.2 Patch 13 Released: Rev. SDP/MultiArch/2016.2/21328 (2016/12/16). Jobs Fixed since change 21239 up to 21328 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-157[SDP-157] (F): Added sample /Users/perforce/.mailrc. * https://swarm.workshop.perforce.com/jobs/SDP-158[SDP-158] (F): SDP-ified log, moving p4triggers.log to ${LOGS}. * https://swarm.workshop.perforce.com/jobs/SDP-159[SDP-159] (F): Updated to hms tight ship setup script, still WIP. * https://swarm.workshop.perforce.com/jobs/SDP-161[SDP-161] (F): Added script to lowercase a dir tree. * https://swarm.workshop.perforce.com/jobs/SDP-162[SDP-162] (F): Added initial HMS tight ship script. * https://swarm.workshop.perforce.com/jobs/SDP-163[SDP-163] (F): Standardized doc format to docx. * https://swarm.workshop.perforce.com/jobs/SDP-164[SDP-164] (F): Enhanced to support enterprise environments with two metadata volumes. === SDP 2016.2 Patch 12 Released: Rev. SDP/MultiArch/2016.2/21239 (2016/12/06). Jobs Fixed since change 21193 up to 21239 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-154[SDP-154] (F): Enable auth.id for P4D 2016.1+ servers. * https://swarm.workshop.perforce.com/jobs/SDP-155[SDP-155] (F): Suppress known-harmless errors in p4verify.sh. * https://swarm.workshop.perforce.com/jobs/SDP-156[SDP-156] (F): Enhance install_sdp_p* scripts to remove hard-coded dependency on an instance 1. === SDP 2016.2 Patch 11 Released: Rev. SDP/MultiArch/2016.2/21193 (2016/12/2). * https://swarm.workshop.perforce.com/jobs/SDP-138[SDP-138] (F): Take advantage of new 2016.2 configurables. * https://swarm.workshop.perforce.com/jobs/SDP-147[SDP-147] (F): Add CentOS 7 support to os_tweaks.sh * https://swarm.workshop.perforce.com/jobs/SDP-148[SDP-148] (F): Update SDP Python/Perl install to use 'http:' rather than 'ftp:' in URLs. * https://swarm.workshop.perforce.com/jobs/SDP-150[SDP-150] (B): Correct cp path for ssl dir. * https://swarm.workshop.perforce.com/jobs/SDP-151[SDP-151] (F): Enhance Windows SDP install to server.depot.root. * https://swarm.workshop.perforce.com/jobs/SDP-152[SDP-152] (F): Enhance to support 2 volumes for root/offline_db. === SDP 2016.2 Patch 10 Released: Rev. SDP/MultiArch/2016.2/21123 (2016/11/22). Jobs Fixed since change 21103 up to 21123 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-149[SDP-149] (B): Fix shebang line for case check trigger. * https://swarm.workshop.perforce.com/jobs/SDP-150[SDP-150] (B): Correct cp path for ssl dir. === SDP 2016.2 Patch 9 Released: Rev. SDP/MultiArch/2016.2/21103 (2016/11/21). Jobs Fixed since change 21101 up to 21103 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-146[SDP-146] (F): Added doc-only hms setup scripts. === SDP 2016.2 Patch 8 Released: Rev. SDP/MultiArch/2016.2/21101 (2016/11/21). Jobs Fixed since change 21033 up to 21101 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-144[SDP-144] (F): Add CheckCaseTrigger.p to the SDP. * https://swarm.workshop.perforce.com/jobs/SDP-145[SDP-145] (F): Various doc update for hms and failover. === SDP 2016.2 Patch 7 Released: Rev. SDP/MultiArch/2016.2/21033 (2016/11/10). Jobs Fixed since change 20995 up to 21033 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-139[SDP-139] (B): mkrep.sh: Add missing journalcopy to standby replicas. * https://swarm.workshop.perforce.com/jobs/SDP-140[SDP-140] (B): hms: Fixed issues with script hang on local failover. * https://swarm.workshop.perforce.com/jobs/SDP-141[SDP-141] (F): hms: Replaced hard-coded master ServerID value with configured value. * https://swarm.workshop.perforce.com/jobs/SDP-142[SDP-142] (B): Fix p4verify.sh bug when -recent flag is used. === SDP 2016.2 Patch 6 Released: Rev. SDP/MultiArch/2016.2/20995 (2016/11/07). Jobs Fixed since change 20972 up to 20995 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-134[SDP-134] (B): p4verify.sh is currently broken - use of an unbounded variable ($d); use of the -recent option fails as for verify -S you cannot specify a range (only @= is supported) ; stripping out archive,unload+remote depots also not working. get_verofy_rev_range used depot name incorrectly in changes * https://swarm.workshop.perforce.com/jobs/SDP-136[SDP-136] (B): Tweaked maint scripts to handle oddly named groups. * https://swarm.workshop.perforce.com/jobs/SDP-137[SDP-137] (F): Added new CN setting for /p4/common to test folder paths. === SDP 2016.2 Patch 5 Released: Rev. SDP/MultiArch/2016.2/20972 (2016/11/01). Jobs Fixed since change 20856 up to 20970 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-120[SDP-120] (F): Add -recent flag to p4verify.sh to verify recent changes. * https://swarm.workshop.perforce.com/jobs/SDP-126[SDP-126] (B): p4login.*.log files are not being cleaned up by the standard clean-up mechanism (remove_old_logs in backup_function.sh). * https://swarm.workshop.perforce.com/jobs/SDP-127[SDP-127] (F): Allow for multiple depot volumes. * https://swarm.workshop.perforce.com/jobs/SDP-128[SDP-128] (B): Fixed missing LOGFILE varialbe issue in p4verify.sh. * https://swarm.workshop.perforce.com/jobs/SDP-129[SDP-129] (B): Fix formatting of logs to use simple HTML line breaks for Windows SDP. * https://swarm.workshop.perforce.com/jobs/SDP-130[SDP-130] (B): Various test suite improvements. * https://swarm.workshop.perforce.com/jobs/SDP-131[SDP-131] (B): fixed issue with broken def'n of P4PORT with multiple SSL prefixes. * https://swarm.workshop.perforce.com/jobs/SDP-132[SDP-132] (F): Enhanced two-factor auth mechanims. * https://swarm.workshop.perforce.com/jobs/SDP-133[SDP-133] (F): Tweak to slightly reduce mkdirs.sh configuration. === SDP 2016.2 Patch 4 Released: Rev. SDP/MultiArch/2016.2/20856 (2016/10/04). Jobs Fixed since change 20805 up to 20856 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-121[SDP-121] (F): Enhanced logic to favor init scripts in /p4/N/bin over /etc/init.d. * https://swarm.workshop.perforce.com/jobs/SDP-122[SDP-122] (B): Fixed quoting bug in p4login. * https://swarm.workshop.perforce.com/jobs/SDP-123[SDP-123] (F): hms checks for cfg files in /p4/common/config. * https://swarm.workshop.perforce.com/jobs/SDP-124[SDP-124] (B): Fixed hms bug re: wrong master host discovered in failback testing === SDP 2016.2 Patch 3 Released: Rev. SDP/MultiArch/2016.2/20805 (2016/10/02). Jobs Fixed since change 20790 up to 20805 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-116[SDP-116] (B): Fixed ssh hang issues with hms scripts. * https://swarm.workshop.perforce.com/jobs/SDP-117[SDP-117] (F): Implemented global/central start stop. * https://swarm.workshop.perforce.com/jobs/SDP-118[SDP-118] (F): mkrep.sh: Added more replica types and journalcopy support. * https://swarm.workshop.perforce.com/jobs/SDP-119[SDP-119] (F): Implement checkauth feature in HMS broker_wrapper. === SDP 2016.2 Patch 2 Released: Rev. SDP/MultiArch/2016.2/20790 (2016/09/30). Jobs Fixed since change 20755 up to 20790 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-112[SDP-112] (B): Minor p4 login fix to show P4TICKETS output reliably. * https://swarm.workshop.perforce.com/jobs/SDP-113[SDP-113] (B): Fix mkrep.sh to use $P4BIN instead of p4. * https://swarm.workshop.perforce.com/jobs/SDP-114[SDP-114] (F): Added basic p4login-super.sh script. * https://swarm.workshop.perforce.com/jobs/SDP-115[SDP-115] (B): Added hms dir to mkdirs.sh. === SDP 2016.2 Patch 1 Released: Rev. SDP/MultiArch/2016.2/20755 (2016/09/29). Jobs Fixed since change 20559 up to 20755 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-64[SDP-64] (F): Add option to install_sdp_python.sh to build P4Python with SSL. * https://swarm.workshop.perforce.com/jobs/SDP-103[SDP-103] (B): Fix attempted login count in p4login. * https://swarm.workshop.perforce.com/jobs/SDP-104[SDP-104] (B): Fixed order-of-operations issue that caused some log files to be lost on rotation. * https://swarm.workshop.perforce.com/jobs/SDP-105[SDP-105] (B): Cosmetic fix to broker init script with 'status all' run w/no config files. * https://swarm.workshop.perforce.com/jobs/SDP-106[SDP-106] (F): Add Helix Management System (HMS) files to SDP. * https://swarm.workshop.perforce.com/jobs/SDP-107[SDP-107] (F): Enhance p4login to avoid hang issue with auth.id set. * https://swarm.workshop.perforce.com/jobs/SDP-108[SDP-108] (F): Further test suite docker environment updates. * https://swarm.workshop.perforce.com/jobs/SDP-109[SDP-109] (F): Add Two Factor Authentication sample auth script. * https://swarm.workshop.perforce.com/jobs/SDP-110[SDP-110] (B): Correct crontab to run sync_replica.sh every day. * https://swarm.workshop.perforce.com/jobs/SDP-111[SDP-111] (B): Fix bugs in convert_label_to_autoreload.py. Jobs Fixed since change 20491 up to 20559 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-100[SDP-100] (B): Fix recent regression with 'restart' option in init scripts. === SDP 2016.2 GA Released: Rev. SDP/MultiArch/2016.1/20491 (2016/09/09). Jobs Fixed since change 20460 up to 20491 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-99[SDP-99] (B): Fix special case env insulation bug running init scripts as root. === SDP 2016.1 Patch 13 Released: Rev. SDP/MultiArch/2016.1/20460 (2016/09/08). Jobs Fixed since change 20395 up to 20460 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-94[SDP-94] (B): Fixed a typo inserted in mkdirs.sh. * https://swarm.workshop.perforce.com/jobs/SDP-98[SDP-98] (B): chmod +x fix on some scripts. === SDP 2016.1 Patch 12 Released: Rev. SDP/MultiArch/2016.1/20395 (2016/09/04). Jobs Fixed between changelists 20387 and 20395 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-94[SDP-94] (B): Fixed a typo inserted in mkdirs.sh. === SDP 2016.1 Patch 11 Released: Rev. SDP/MultiArch/2016.1/20387 (2016/09/04). Jobs Fixed between changelists 20348 and 20387 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-89[SDP-89] (B): Fixed several issues in email.sh maint script. * https://swarm.workshop.perforce.com/jobs/SDP-92[SDP-92] (B): Fixed using with runRemoteCmd getting error if USER not defined in non-core SDP script. * https://swarm.workshop.perforce.com/jobs/SDP-93[SDP-93] (B): Removed references to legacy names for checkpoint scripts (non-functional change). === SDP 2016.1 Patch 10 Released: Rev. SDP/MultiArch/2016.1/20348 (2016/09/02). Jobs Fixed between changelists 20028 and 20348 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-64[SDP-64] (F): Add option to install_sdp_python.sh to build P4Python with SSL. * https://swarm.workshop.perforce.com/jobs/SDP-74[SDP-74] (F): Add p4sanity_check.sh script from Battle School. * https://swarm.workshop.perforce.com/jobs/SDP-75[SDP-75] (B): Fix missing echo of command into log file in p4verify.sh. * https://swarm.workshop.perforce.com/jobs/SDP-77[SDP-77] (F): Change adminspass to use hidden, and now instance-specific, password files * https://swarm.workshop.perforce.com/jobs/SDP-78[SDP-78] (F): Add mkrep script to simplify replica creation. * https://swarm.workshop.perforce.com/jobs/SDP-79[SDP-79] (F): Update p4verify.sh to verify shelves on master/replicas. * https://swarm.workshop.perforce.com/jobs/SDP-80[SDP-80] (F): Add script to convert labels to autoreload. * https://swarm.workshop.perforce.com/jobs/SDP-81[SDP-81] (F): Add Evil Twin Detector maintenance script. * https://swarm.workshop.perforce.com/jobs/SDP-85[SDP-85] (F): Add script to simplify adoption of OS-level best practices recommended by Support. * https://swarm.workshop.perforce.com/jobs/SDP-97[SDP-97] (B): Eliminate syntax error if user forgets start/stop/status arg; just display status. * https://swarm.workshop.perforce.com/jobs/SDP-88[SDP-88] (F): Use pid to shutdown p4d rather than 'p4 admin stop' to enhance reliability. === SDP 2016.1 Patch 9 Released: Rev. SDP/MultiArch/2016.1/20028 (2016/08/03). Jobs Fixed between changelists 19888 and 20028 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-67[SDP-67] (F): Defend against environment hijacking of P4ENVIRO. * https://swarm.workshop.perforce.com/jobs/SDP-72[SDP-72] (F): Revive external auth LDAP group mirror scripts. * https://swarm.workshop.perforce.com/jobs/SDP-69[SDP-69] (B): sdp_sync.sh v2.1.7: Fixed environment bug (missing defs), HMS support. * https://swarm.workshop.perforce.com/jobs/SDP-70[SDP-70] (F): Simplify login ticket handling for sophisticated topologies. * https://swarm.workshop.perforce.com/jobs/SDP-71[SDP-71] (F): Prevent cross-instance contamination if p4_vars is loaded multiple times. === SDP 2016.1 Patch 8 Released: Rev. SDP/MultiArch/2016.1/19888 (2016/07/07). Jobs Fixed between changelists 19838 and 19888 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-6[SDP-6] (B): SDP trigger breaks with Streams workspaces in P4V. * https://swarm.workshop.perforce.com/jobs/SDP-66[SDP-66] (B): Daily/weekly_backup can fail leaving lock file present requiring manual intervention * https://swarm.workshop.perforce.com/jobs/SDP-67[SDP-67] (F): Defend against environment hijacking of P4ENVIRO. === SDP 2016.1 Patch 7 Released: Rev. SDP/MultiArch/2016.1/19838 (2016/06/26). Jobs Fixed between changelists 19768 and 19838 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-6[SDP-6] (B): SDP triggers break with Streams workspaces in P4V. * https://swarm.workshop.perforce.com/jobs/SDP-65[SDP-65] (F): Add defense against known-misbehaving client versions. === SDP 2016.1 Patch 6 Released: Rev. SDP/MultiArch/2016.1/19768 (2016/06/24). Jobs Fixed between changelists 19661 and 19768 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-62[SDP-62] (F): Change to best-practice configurables; auth.autologinprompt=0. * https://swarm.workshop.perforce.com/jobs/SDP-63[SDP-63] (B): p4master_run operates incorrectly as root. === SDP 2016.1 Patch 5 Released: Rev. SDP/MultiArch/2016.1/19661 (2016/06/08). Jobs Fixed between changelists 19410 and 19661 (F=Feature, B=Bug): * https://swarm.workshop.perforce.com/jobs/SDP-59[SDP-59] (F): Add KEEPJNLS to allow keeping more jnls than ckps. * https://swarm.workshop.perforce.com/jobs/SDP-60[SDP-60] (F): Rename replica scripts to be consistent with earlier rename of checkpoint scripts. * https://swarm.workshop.perforce.com/jobs/SDP-61[SDP-61] (F): Enhance error checkong and logging replica handling scripts. * https://swarm.workshop.perforce.com/jobs/SDP-62[SDP-62] (F): Change to best-practice configurables; auth.autologinprompt=0. === SDP 2016.1 Patch 4 Released: SDP/MultiArch/2016.1/19410 (2016/05/17). Jobs Fixed between changelists 18958 and 19410: * https://swarm.workshop.perforce.com/jobs/SDP-50[SDP-50]: Work with license check in P4D 2016.1. * https://swarm.workshop.perforce.com/jobs/SDP-51[SDP-51]: Change p4verify.sh to use -S to verify shelves on a replica instead * https://swarm.workshop.perforce.com/jobs/SDP-52[SDP-52]: Removed the HOST_IP settings from mkdirs and instance_vars since it * https://swarm.workshop.perforce.com/jobs/SDP-53[SDP-53]: Dockerify SDP test suite. * https://swarm.workshop.perforce.com/jobs/SDP-54[SDP-54]: Add replica cleanup script on Windows. * https://swarm.workshop.perforce.com/jobs/SDP-55[SDP-55]: Get p4verify.sh to check SHAREDDATA on replicas. * https://swarm.workshop.perforce.com/jobs/SDP-56[SDP-56]: Avoid chmod on a replica if it shares data with the master. * https://swarm.workshop.perforce.com/jobs/SDP-57[SDP-57]: Use 'p4 admin journal' on master to rotate journal. === SDP 2016.1 Patch 3 Released: SDP/MultiArch/2016.1/18958 (2016/04/08). Jobs Fixed between changelists 18619 and 18958: * https://swarm.workshop.perforce.com/jobs/SDP-39[SDP-39]: Proxy status init script can show proxy is up when it is not. * https://swarm.workshop.perforce.com/jobs/SDP-41[SDP-41]: Moved ckp_running.txt to LOGS dir. * https://swarm.workshop.perforce.com/jobs/SDP-42[SDP-42]: Fix missing LOGFILE= in replica_cleanup.sh. * https://swarm.workshop.perforce.com/jobs/SDP-43[SDP-43]: De-emphasized changeType=restricted. * https://swarm.workshop.perforce.com/jobs/SDP-44[SDP-44]: Update Perl/P4Perl Python/P4Python * https://swarm.workshop.perforce.com/jobs/SDP-45[SDP-45]: Support multiple broker configs. * https://swarm.workshop.perforce.com/jobs/SDP-46[SDP-46]: Enhanced p4_vars.template to support non-p4d hosts. * https://swarm.workshop.perforce.com/jobs/SDP-47[SDP-47]: SDP-ify P4DTG init script. * https://swarm.workshop.perforce.com/jobs/SDP-48[SDP-48]: Enhanced p4deleteuser.py to check for shelves, double-deletes. === SDP 2016.1 Patch 2 Released: SDP/MultiArch/2016.1/18619 (2016/03/10). Jobs Fixed between changelists 17297 and 18619: * https://swarm.workshop.perforce.com/jobs/SDP-30[SDP-30] on 2015/12/15 by ttyler *closed* 'Enhanced offline_db 'stale data' === SDP 2016.1 Patch 1 Released: SDP/MultiArch/2016.1/17297 (2016/02/03). Jobs Fixed between changelists 16784 and 17297: * https://swarm.workshop.perforce.com/jobs/SDP-32[SDP-32]: Support $MAILTO values with'#' char in gen_default_broker_cfg.sh. * https://swarm.workshop.perforce.com/jobs/SDP-34[SDP-34]: sdp_sync.sh: Fix 'null crontab' bug. * https://swarm.workshop.perforce.com/jobs/SDP-35[SDP-35]: p4d_base: When stopping p4d, send stderr to /dev/null. * https://swarm.workshop.perforce.com/jobs/SDP-36[SDP-36]: global_replica_status.sh: Support instance-specifc host config. * https://swarm.workshop.perforce.com/jobs/SDP-37[SDP-37]: Support email addresses starting with '#'. === SDP 2016.1 GA Released: SDP/MultiArch/2016.1/16784 (2016/01/12). Jobs Fixed recently: * https://swarm.workshop.perforce.com/jobs/SDP-31[SDP-31]: Add documentation for sdp_sync.sh to SDP Guide. * https://swarm.workshop.perforce.com/jobs/SDP-32[SDP-32]: Support $MAILTO values with'#' char in gen_default_broker_cfg.sh.
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#93 | 30673 | C. Thomas Tyler | Updated release notes in preparation for release. | ||
#92 | 30620 | C. Thomas Tyler | Updated release notes in prepartion for coming SDP 2024.1 Patch 1 release. | ||
#91 | 30617 | C. Thomas Tyler | Updated release notes in prepartion for coming SDP 2024.1 Patch 1 release. | ||
#90 | 30609 | C. Thomas Tyler | Updated release notes in preparing for coming SDP 2024.1 Patch 1 release. | ||
#89 | 30531 | C. Thomas Tyler |
Merge down from main to dev with: p4 merge -b perforce_software-sdp-dev |
||
#88 | 30421 | C. Thomas Tyler | Merge down of hot fix to release notes. | ||
#87 | 30394 | C. Thomas Tyler |
Fixed EDITME's in release notes. Since it's just release notes, I'll hot patch this. |
||
#86 | 30375 | C. Thomas Tyler |
Added another job to the release notes. Changed "What's coming next" section to reference r24.2. |
||
#85 | 30366 | C. Thomas Tyler | Updated release notes in preparation for coming SDP 2024.1 release. | ||
#84 | 30296 | C. Thomas Tyler | Updated Version for release, with Release Notes updates. | ||
#83 | 30294 | C. Thomas Tyler | Updated docs for release. | ||
#82 | 30286 | C. Thomas Tyler |
WIP changes to release notes in prepartion for coming SDP 2023.2 Patch 1 release. |
||
#81 | 30042 | C. Thomas Tyler |
Updated Verison for release. Finalized release notes. |
||
#80 | 30000 | C. Thomas Tyler |
Refined Release Notes and top-level README.md file in preparation for coming 2023.2 release. Adjusted Makefile in doc directory to also generate top-level README.html from top-level README.md file so that the HTML file is reliably updated in the SDP release process. Updated :revnumber: and :revdate: docs in AsciiDoc files to indicate that the are still current. Avoiding regen of ReleaseNotes.pdf binary file since that will need at least one more update before shipping SDP 2023.2. |
||
#79 | 29950 | C. Thomas Tyler | Updated Release Notes and Version for release. | ||
#78 | 29947 | C. Thomas Tyler | Updated Release Notes and Version for release. | ||
#77 | 29946 | C. Thomas Tyler | Updated Release Notes and Version file for release. | ||
#76 | 29944 | C. Thomas Tyler | Updated Release Notes and Version file for release. | ||
#75 | 29925 | C. Thomas Tyler | Merged down fix to releease notes. | ||
#74 | 29910 | C. Thomas Tyler | Added release not for an enhancedment already implemented in Patch 3. | ||
#73 | 29888 | C. Thomas Tyler | Updated release notes. | ||
#72 | 29886 | C. Thomas Tyler | Added SDP-1038 to Release Notes. | ||
#71 | 29866 | C. Thomas Tyler | Updated release notes in preparation for 2023.1 Patch 3. | ||
#70 | 29844 | C. Thomas Tyler |
Added sdp_health_check to SDP package. Updated docs in Guide and Release Notes to reflect this change. Added more docs for this in the SDP Guide. #review-29845 @vkanczes |
||
#69 | 29700 | C. Thomas Tyler |
Updated Version to release SDP 2023.1.29699. Re-generated docs. |
||
#68 | 29695 | C. Thomas Tyler |
Adjusted curl commands, adding '-L' to support URL redirects. Removed '-k' from curl commands referencing Perforce sites. |
||
#67 | 29622 | C. Thomas Tyler |
Updated Version to release SDP 2023.1.29621. Re-generated docs. |
||
#66 | 29611 | C. Thomas Tyler |
Updated Version to release SDP 2023.1.29610. Re-generated docs. |
||
#65 | 29608 | C. Thomas Tyler | Doc updates as part of release cycle. | ||
#64 | 29442 | C. Thomas Tyler |
Updated Version to release SDP 2022.2.29441. Re-generated docs. |
||
#63 | 29400 | C. Thomas Tyler |
Updated Version to release SDP 2022.2.29399. Re-generated docs. |
||
#62 | 29251 | C. Thomas Tyler |
Updated Version to release SDP 2022.2.29250. Re-generated docs. |
||
#61 | 29242 | C. Thomas Tyler | Corrected link format. | ||
#60 | 29240 | C. Thomas Tyler |
Added ref to job about parallel checkpoint capability in release notes. (Also testing Swarm review on new swarm server.) #review-29241 |
||
#59 | 29236 | C. Thomas Tyler |
Updated all doc rev numbers for supported and unsupported docs to 2022.2 as prep for SDP 2022.2 release. |
||
#58 | 29204 | C. Thomas Tyler |
Updated Version to release SDP 2022.1.29203. Re-generated docs. |
||
#57 | 29142 | C. Thomas Tyler |
Updated Version to release SDP 2022.1.29141. Re-generated docs. |
||
#56 | 28988 | C. Thomas Tyler |
Updated Version to release SDP 2022.1.28987. Re-generated docs. |
||
#55 | 28856 | C. Thomas Tyler |
Updated Version to release SDP 2022.1.28855. Re-generated docs. |
||
#54 | 28853 | C. Thomas Tyler | Reset for release re-run. | ||
#53 | 28852 | C. Thomas Tyler |
Release notes corrections and tweaks to SDP home page related to the major version change.. |
||
#52 | 28840 | C. Thomas Tyler |
Updated Version to release SDP 2022.1.28839. Re-generated docs. |
||
#51 | 28837 | C. Thomas Tyler | Updated docs for r22.1 release. | ||
#50 | 28650 | C. Thomas Tyler |
Updated Version to release SDP 2021.2.28649. Re-generated docs. |
||
#49 | 28606 | C. Thomas Tyler |
Added SDP Health Checks appendix to UNIX/Linux SDP Guide. Also removed some references to '-k' (insecure) in curl statements. #review-28607 @d_benedict |
||
#48 | 28411 | C. Thomas Tyler |
Updated Version to release SDP 2021.2.28410. Re-generated docs. |
||
#47 | 28384 | C. Thomas Tyler | Added link to r22.1 roadmap doc. | ||
#46 | 28380 | C. Thomas Tyler | Updated Release Notes (the manual part) for SDP r21.2 release prior to doing the automation-supported update with gen_rel_notes.sh. | ||
#45 | 28374 | C. Thomas Tyler |
Updated :revnumber: and :revdate: fields for *.adoc files for release. |
||
#44 | 28263 | C. Thomas Tyler |
Updated Version to release SDP 2021.1.28261. Re-generated docs. |
||
#43 | 28257 | C. Thomas Tyler |
Updated Version to release SDP 2021.1.28253. Re-generated docs. |
||
#42 | 28245 | C. Thomas Tyler |
Tweak to release notes to guide users more quickly to the new content on Upgradin the SDP. |
||
#41 | 28239 | C. Thomas Tyler |
Updated Version to release SDP 2021.1.28238. Re-generated docs. |
||
#40 | 28227 | C. Thomas Tyler | Cosmetic tweak to release notes. | ||
#39 | 28224 | C. Thomas Tyler |
Update Release Notes for the SDP 2021.1 GA. This change is the manual hand-craftin to add the "What's New" summary. After, an automated process will add SDP jobs. |
||
#38 | 28180 | C. Thomas Tyler |
Fixed oversight in documentation, describing how to check the SDP Version file. |
||
#37 | 28097 | C. Thomas Tyler |
Fixed doc typo. #review-28098 @roadkills_r_us |
||
#36 | 28083 | C. Thomas Tyler |
Updated :revnumber: to 2021.1 for remaining docs for upcoming SDP r21.1 release. |
||
#35 | 27956 | C. Thomas Tyler | Updated Version and Release Notes for SDP 2020.1.27955 (Patch 12). | ||
#34 | 27920 | C. Thomas Tyler |
Updated Version to release SDP 2020.1.27919. Re-generated docs. |
||
#33 | 27900 | C. Thomas Tyler |
Updated Version to release SDP 2020.1.27899. Re-generated docs. |
||
#32 | 27890 | C. Thomas Tyler |
Updated Release Notes and SDP Guide to clarify SDP r20.1 supports Helix Core binaries up to r21.1, in advance of the coming SDP r21.1 release that will make it more obvious. In get_helix_binaries.sh: * Changed default Helix Core binary version to r21.1. * Changed examples of getting a different version to reference r20.2. #review-27891 @amo |
||
#31 | 27888 | C. Thomas Tyler |
Enhanced detail in SDP Release Notes related to calling the SDP Health Check script. Information was expanded to include how to use it in environments that don't have outbound internet access, and also to provide more details on the script. Also fixed a formatting bug. The HTML file is regenerated for easier review. The PDF is not generated; it'll be updated during the release process. |
||
#30 | 27821 | C. Thomas Tyler |
Updated Version to release SDP 2020.1.27820. Re-generated docs. |
||
#29 | 27764 | C. Thomas Tyler |
Updated Version to release SDP 2020.1.27763. Re-generated docs. |
||
#28 | 27760 | C. Thomas Tyler |
Updated Version to release SDP 2020.1.27759. Re-generated docs. |
||
#27 | 27722 | C. Thomas Tyler |
Refinements to @27712: * Resolved one out-of-date file (verify_sdp.sh). * Added missing adoc file for which HTML file had a change (WorkflowEnforcementTriggers.adoc). * Updated revdate/revnumber in *.adoc files. * Additional content updates in Server/Unix/p4/common/etc/cron.d/ReadMe.md. * Bumped version numbers on scripts with Version= def'n. * Generated HTML, PDF, and doc/gen files: - Most HTML and all PDF are generated using Makefiles that call an AsciiDoc utility. - HTML for Perl scripts is generated with pod2html. - doc/gen/*.man.txt files are generated with .../tools/gen_script_man_pages.sh. #review-27712 |
||
#26 | 27539 | C. Thomas Tyler |
Updated Version to release SDP 2020.1.27536. Re-generated docs. |
||
#25 | 27526 | C. Thomas Tyler |
Updated Version to release SDP 2020.1.27524. Re-generated docs. |
||
#24 | 27485 | C. Thomas Tyler | Added link to SDP r21.1 roadmap in "What's Coming Next" section. | ||
#23 | 27465 | C. Thomas Tyler | Updated release notes. | ||
#22 | 27462 | C. Thomas Tyler |
Updated Version to release SDP 2020.1.27457. Re-generated docs. |
||
#21 | 27415 | C. Thomas Tyler | Updated Version to release SDP 2020.1.27414. | ||
#20 | 27406 | C. Thomas Tyler | Updated Version to release SDP 2020.1.27403. | ||
#19 | 27399 | C. Thomas Tyler | Updated Version to release SDP 2020.1.27398. | ||
#18 | 27397 | C. Thomas Tyler |
Minor tweaks to doc Makefile; added 'rec' target. Changed toc notes to 2 levels for Release Notes. |
||
#17 | 27362 | C. Thomas Tyler | Updated Version to release SDP 2020.1.27357. | ||
#16 | 27357 | C. Thomas Tyler |
Added GA/Patch Section headers to release notes. Corrected missing reference to SDP-590 in Patch 1. |
||
#15 | 27353 | C. Thomas Tyler | Updated release notes. | ||
#14 | 27352 | C. Thomas Tyler | Updated Version to release SDP 2020.1.27351. | ||
#13 | 27330 | C. Thomas Tyler | Updated Version to release SDP 2020.1.27325. | ||
#12 | 27324 | C. Thomas Tyler | Updated Version to release SDP 2020.1.27322. | ||
#11 | 27319 | C. Thomas Tyler | Updated list of fixed SDP jobs. | ||
#10 | 27315 | C. Thomas Tyler | Added missing job in release notes. | ||
#9 | 27212 | C. Thomas Tyler | Updated release notes. | ||
#8 | 27192 | C. Thomas Tyler |
Fixed hang issue during journal rotation is journalPrefix is wrong. The verify_sdp.sh check is now incorporated into daily_checkpiont.sh. When verify_sdp.sh is called by other scripts, '-skip excess,crontab' options are supplied to avoid issues during maintenance windows with possibly overzealous/nitpicky verifications. #review-27193 |
||
#7 | 27189 | C. Thomas Tyler |
verify_sdp.sh v5.11.0: * Added check for existance of $P4ROOT/server.id file. * Added optional check that P4MASTER_ID value starts with 'master'; this can be disabled with '-skip masterid'. #review-27190 |
||
#6 | 27179 | C. Thomas Tyler | Added indication that SDP-579 is fixed to release notes. | ||
#5 | 27171 | C. Thomas Tyler | Refinements to release notes. | ||
#4 | 27122 | C. Thomas Tyler | Refined release notes. | ||
#3 | 27121 | C. Thomas Tyler | Added "What's new in 2020.1" and other content to release notes. | ||
#2 | 27120 | C. Thomas Tyler | Updated Version to release SDP 2020.1.27114. | ||
#1 | 27114 | C. Thomas Tyler |
Changed format of SDP Release Notes from Markdown to adoc. Updated old release notes content to use new format (using disposable link conversion scripts). |
||
//guest/perforce_software/sdp/dev/doc/ReleaseNotes.txt | |||||
#82 | 26594 | C. Thomas Tyler |
Merge Release Notes and Version file from main, with a 'resolve -ay' (ignore changes made in main during a recent patch from main). This is just to keep the "Merge Down" clean in prep for the coming SDP release. |
||
#81 | 26495 | C. Thomas Tyler | Updated Version to release SDP 2019.3.26494. | ||
#80 | 26479 | C. Thomas Tyler | Updated Version to release SDP 2019.3.26478. | ||
#79 | 26474 | C. Thomas Tyler | Updated Version to release SDP 2019.3.26472. | ||
#78 | 26469 | C. Thomas Tyler | Updated Version to release SDP 2019.3.26468. | ||
#77 | 26410 | C. Thomas Tyler | Updated Version to release SDP 2019.3.26407. | ||
#76 | 26402 | C. Thomas Tyler | Updated Version to release SDP 2019.3.26400. | ||
#75 | 26271 | C. Thomas Tyler | Added SDP-448 to release notes for prior release. | ||
#74 | 26245 | C. Thomas Tyler | Updated Version to release SDP 2019.3.26239. | ||
#73 | 26160 | C. Thomas Tyler | Updated Version to release SDP 2019.3.26159. | ||
#72 | 25950 | C. Thomas Tyler | Updated Version to release SDP 2019.2.25949. | ||
#71 | 25939 | C. Thomas Tyler | Updated Version to release SDP 2019.2.25938. | ||
#70 | 25926 | C. Thomas Tyler | Updated Version to release SDP 2019.2.25923. | ||
#69 | 25595 | C. Thomas Tyler | Updated Version to release SDP 2019.2.25594. | ||
#68 | 25482 | C. Thomas Tyler | Updated Version to release SDP 2019.1.25480. | ||
#67 | 25388 | C. Thomas Tyler | Updated Version to release SDP 2019.1.25386. | ||
#66 | 25379 | C. Thomas Tyler | Updated Version to release SDP 2019.1.25374. | ||
#65 | 25321 | C. Thomas Tyler | Updated Version to release SDP 2019.1.25320. | ||
#64 | 25310 | C. Thomas Tyler | Updated Version to release SDP 2019.1.25309. | ||
#63 | 25278 | C. Thomas Tyler | Updated Version to release SDP 2019.1.25276. | ||
#62 | 25243 | C. Thomas Tyler | Updated Version to release SDP 2019.1.25238. | ||
#61 | 25050 | C. Thomas Tyler | Updated Version to release SDP 2018.1.25045. | ||
#60 | 24392 | C. Thomas Tyler | Updated Version and ReleaseNotes.txt for patch release. | ||
#59 | 23594 | C. Thomas Tyler | Updated Version to release SDP 2018.1.23583. | ||
#58 | 23509 | C. Thomas Tyler | Added two more jobs. | ||
#57 | 23507 | C. Thomas Tyler | Updated Version to release SDP 2018.1.23504. | ||
#56 | 23356 | C. Thomas Tyler | Updated Version to release SDP 2017.4.23354. | ||
#55 | 23330 | C. Thomas Tyler | Updated Version to release SDP 2017.4.23329. | ||
#54 | 23043 | C. Thomas Tyler | Updated Version to release SDP 2017.3.23041. | ||
#53 | 23005 | C. Thomas Tyler | Updated Version to release SDP 2017.3.23003. | ||
#52 | 22336 | C. Thomas Tyler |
Merge/ignore to dev of release notes and Version from main to avoid fowling the auto-gen rlease notes on the next regular release. |
||
#51 | 22206 | C. Thomas Tyler | Updated Version to release SDP 2017.2.22201. | ||
#50 | 22184 | C. Thomas Tyler | Updated Version to release SDP 2017.2.22177. | ||
#49 | 21947 | C. Thomas Tyler | Accounted for job renaming in Release Notes. | ||
#48 | 21809 | C. Thomas Tyler | Updated Version to release SDP 2017.1.21808. | ||
#47 | 21722 | C. Thomas Tyler | Updated Version to release SDP 2017.1.21720. | ||
#46 | 21531 | C. Thomas Tyler | Updated Version to release SDP 2016.2.21528. | ||
#45 | 21493 | C. Thomas Tyler | Updated Version to release SDP 2016.2.21489. | ||
#44 | 21482 | C. Thomas Tyler | Updated Version to release SDP 2016.2.21480. | ||
#43 | 21380 | C. Thomas Tyler | Updated Version to release SDP 2016.2.21379. | ||
#42 | 21379 | C. Thomas Tyler | Updated Version to release SDP 2016.2.21369. | ||
#41 | 21337 | C. Thomas Tyler | Updated Version to release SDP 2016.2.21328. | ||
#40 | 21243 | C. Thomas Tyler | Updated Version to release SDP 2016.2.21239. | ||
#39 | 21239 | C. Thomas Tyler |
Manually adjusted release notes to include all jobs, and to adjust a formatting sensitivity of the rel_notes.sh script. |
||
#38 | 21195 | Russell C. Jackson (Rusty) | Update notes on dev. | ||
#37 | 21127 | C. Thomas Tyler | Updated Version to release SDP 2016.2.21123. | ||
#36 | 21104 | C. Thomas Tyler | Updated Version to release SDP 2016.2.21103. | ||
#35 | 21102 | C. Thomas Tyler | Updated Version to release SDP 2016.2.21101. | ||
#34 | 21034 | C. Thomas Tyler | Updated Version to release SDP 2016.2.21033. | ||
#33 | 20996 | C. Thomas Tyler | Updated Version to release SDP 2016.2.20995. | ||
#32 | 20973 | C. Thomas Tyler | Corrected change number to reflect merge down with no net content change. | ||
#31 | 20971 | C. Thomas Tyler | Updated Version to release SDP 2016.2.20970. | ||
#30 | 20857 | C. Thomas Tyler | Updated Version to release SDP 2016.2.20856. | ||
#29 | 20856 | C. Thomas Tyler | Rollback version; 2016.2.20853 was not released. | ||
#28 | 20854 | C. Thomas Tyler | Updated Version to release SDP 2016.2.20853. | ||
#27 | 20806 | C. Thomas Tyler | Updated Version to release SDP 2016.2.20805. | ||
#26 | 20791 | C. Thomas Tyler | Updated Version to release SDP 2016.2.20790. | ||
#25 | 20766 | C. Thomas Tyler | Updated Version to release SDP 2016.2.20755. | ||
#24 | 20755 | C. Thomas Tyler | Correction or order-of-listing issue in release notes. | ||
#23 | 20564 | C. Thomas Tyler | Updated Version to release SDP 2016.1.20559. | ||
#22 | 20515 | C. Thomas Tyler | Updated Version to release SDP 2016.1.20491. | ||
#21 | 20480 | C. Thomas Tyler | Updated Version to release SDP 2016.1.20460. | ||
#20 | 20397 | C. Thomas Tyler | Updated release notes. | ||
#19 | 20389 | C. Thomas Tyler | Updated Version to release SDP 2016.1.20387 (2016/09/04). | ||
#18 | 20387 | C. Thomas Tyler | Updated Version to release SDP 2016.1.20382 (2016/09/04). | ||
#17 | 20352 | C. Thomas Tyler |
Updated SDP Version file in preparation for release of SDP 2016.1.20348. |
||
#16 | 20049 | C. Thomas Tyler |
Upated SDP Version and Release Notes prior to release, to: 2016.1.20028 (2016/08/03). |
||
#15 | 19895 | C. Thomas Tyler |
Updated Version for release to: SDP/MultiArch/2016.1/19888 (2016/07/07). |
||
#14 | 19840 | C. Thomas Tyler | Tweaked Version prior to release. | ||
#13 | 19834 | C. Thomas Tyler | Updated Version and Release Notes for release. | ||
#12 | 19692 | C. Thomas Tyler | Updated Version and ReleaseNotes.txt prior to release. | ||
#11 | 19413 | C. Thomas Tyler | Updated Version and ReleaseNotes.md prior to release. | ||
#10 | 18959 | C. Thomas Tyler | Updated Verion and Release Notes for relesae push. | ||
#9 | 18624 | Russell C. Jackson (Rusty) | Merge in changes from main. | ||
#8 | 17312 | C. Thomas Tyler | Updated Version and Release Notes for release. | ||
#7 | 16872 | C. Thomas Tyler |
Resurrected the "Change History" section of the Release Notes. Added list of jobs to be fixed in the next formal release. |
||
#6 | 12028 | C. Thomas Tyler | Refreshed SDP dev branch, merging down from main. | ||
#5 | 11535 | Russell C. Jackson (Rusty) | Updated dev from main. | ||
#4 | 11463 | Russell C. Jackson (Rusty) | Updated dev to prepare for Summit agreed changes. | ||
#3 | 11038 | Robert Cowham | Catchup from Main | ||
#2 | 10994 | Robert Cowham | Catchup from Main | ||
#1 | 10961 | C. Thomas Tyler | Merge down from main. | ||
//guest/perforce_software/sdp/dev/doc/relnotes-unix.txt | |||||
#2 | 10867 | C. Thomas Tyler | Merge Down: Rereshed 'dev' from 'main'. | ||
#1 | 10638 | C. Thomas Tyler | Populate perforce_software-sdp-dev. | ||
//guest/perforce_software/sdp/main/doc/relnotes-unix.txt | |||||
#2 | 10500 | C. Thomas Tyler | Updated SDP Version, added new distro tar file. | ||
#1 | 10148 | C. Thomas Tyler | Promoted the Perforce Server Deployment Package to The Workshop. |