Skip to content

Instantly share code, notes, and snippets.

View phlogistonjohn's full-sized avatar
🔧

John Mulligan phlogistonjohn

🔧
View GitHub Profile
This file has been truncated, but you can view the full file.
2025-09-24 11:16:58,287: INFO: want to execute build step: tests
2025-09-24 11:16:58,287: INFO: Creating overlay dirs: /home/john/devel/ceph/build.u.20250924/content, /home/john/devel/ceph/build.u.20250924/work
2025-09-24 11:16:58,287: INFO: want to execute build step: npmcache
2025-09-24 11:16:58,287: INFO: Creating overlay dirs: /home/john/devel/ceph/build.u.20250924/content, /home/john/devel/ceph/build.u.20250924/work
2025-09-24 11:16:58,287: INFO: step done: npmcache completed in 00:00:00
2025-09-24 11:16:58,287: INFO: want to execute build step: buildtests
2025-09-24 11:16:58,287: INFO: want to execute build step: npmcache
2025-09-24 11:16:58,287: INFO: step already done: npmcache
2025-09-24 11:16:58,287: INFO: want to execute build step: configure
2025-09-24 11:16:58,287: INFO: want to execute build step: container
@phlogistonjohn
phlogistonjohn / sync_writer.py
Last active August 11, 2022 21:47
funnin around with persistent writer types in python
# the goal is to durably write files to a file system
# mostly just for fun & the reading of man pages
import os
import pathlib
class _openstate:
dfd: int = None
fh = None
@phlogistonjohn
phlogistonjohn / temp.patch
Created February 12, 2019 16:16
Mixed approach for getting filter function
commit 4861336cff72b6329f5e2e13a592f4831e877155
Author: John Mulligan <jmulligan@redhat.com>
Date: Tue Feb 12 11:01:40 2019 -0500
xxx:temp
Signed-off-by: John Mulligan <jmulligan@redhat.com>
diff --git a/apps/glusterfs/volume_entry_allocate.go b/apps/glusterfs/volume_entry_allocate.go
index 0cc4731b..975f91bd 100644