This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |