Skip to content

Instantly share code, notes, and snippets.

View tsmetana's full-sized avatar

Tomas Smetana tsmetana

  • Red Hat
  • Czech Republic
View GitHub Profile
@tsmetana
tsmetana / gist:69c87d51b45ce1368b3202a8aaa22f86
Last active January 21, 2019 10:11
GSoC for CNCF application
Implement volume snapshotting feature in the Manila and Ceph (CSI) provisioners
Description: The external OpenStack Manila and Ceph provisioners lack ability to take a snapshot of the volumes and turn the snapshots to persistent volumes using container orchestrator API. The goal is to implement the missing feature in the Manila and Ceph CSI provisioners.
Recommended Skills: Golang, Kubernetes, Ceph, OpenStack
Mentor(s): Tomas Smetana (@tsmetana)
Issue: N/A
@tsmetana
tsmetana / csumattr.sh
Created April 24, 2016 18:27
Store file checksum in the extended attribute
#!/usr/bin/bash
#
# Set/check SHA256 file checksum stored in the file's extended attributes
#
csum_attr="user.sha256sum"
check_path="."
action=""
usage() {
@tsmetana
tsmetana / Feature:-NFS-server.md
Last active September 7, 2015 16:18
Cockpit NFS support proposal