Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions px_kvdb_bundle/px_kvdb_gather.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,11 @@ echo "[INFO] Creating tar.gz archive at ${ARCHIVE} ..."
tar -C /tmp -czf "${ARCHIVE}" "$(basename "${OUTPUT_DIR}")"

echo "[INFO] Completed. Bundle directory: ${OUTPUT_DIR}"

echo
echo "*******Summary of Keys*********"
awk -F'/' '{print $1"/"$2"/"$3"/"$4}' ${OUTPUT_DIR}/etcdctl_get_pwx_keys_only.txt | sort | uniq -c
echo "*******************************"


echo "[INFO] Archive created: ${ARCHIVE}"