rockmenjack

Results 5 comments of rockmenjack

I am using routing mode with vlan... 2017-11-04 3:19 GMT+08:00 Ranjith : > @rockmenjack are you using vlan > networking in routing mode or > vxlan networking in routing mode...

Will this implementation incur some performance penalties for each static file accessed? ```go func (e embedFileSystem) Exists(prefix string, path string) bool { f, err := e.Open(path) if err != nil...

> Added the ability to disable dir listing (indexing), if anyone needs: > > ```go > // check if indexing is allowed > s, _ := f.Stat() > if s.IsDir()...

I believe we need to support setting uid/gid, for example: ```diff diff --git a/libvirt/volume_def.go b/libvirt/volume_def.go index 53809d01..434b85ce 100644 --- a/libvirt/volume_def.go +++ b/libvirt/volume_def.go @@ -8,14 +8,16 @@ import ( "libvirt.org/go/libvirtxml" )...

> I did that before with the volume pools when I was finicking around previously to resolve my vm image permission issue before finding the solution above. > > ```...