yylt

Results 23 comments of yylt

when i use burpsuite , it happen again , and burp suite log : attempting to auto select ssl parameters for {ip}

There are other situations, like https://github.com/containerd/go-cni/issues/60 Mostly use cni plugins more than one, such as ```json { "name":"cni0", "cniVersion":"0.3.1", "plugins":[ { "type":"flannel", "delegate":{ "forceAddress":true, "hairpinMode": true, "isDefaultGateway":true } }, {...

sorry for so long time later. > As an end feature, we need to discuss how it will be integrated with Kubernetes and how we can use it from our...

> I tried to build a containerd to do some test. Too many quota is created in my env. > > ``` > [root@daocloud ~]# xfs_quota -xc "report -a -p...

> I got some new errors with latest code. > > > 7月 06 14:57:03 paco containerd[10220]: time="2022-07-06T14:57:03.299383030+08:00" level=info msg="loading plugin "io.containerd.snapshotter.v1.overlayfs"..." type=io.containerd.snapshotter.v1 > > 7月 06 14:57:03 paco containerd[10220]:...

I try command `GOGC=off containerd -c myconfig.toml`, and it always successed, and use code below, but it does not work. ``` _, _, errno := syscall.Syscall6(syscall.SYS_QUOTACTL, uintptr(qcmd(Q_XSETQLIM, XFS_PROJ_QUOTA)), (*[2]uintptr)(unsafe.Pointer(&backingFsBlockDev))[0], uintptr(projectID),...

> fyi we moved up to the latest cni, cni plugins, and cni config in containerd v1.4.1 > > were you running with containerd in `-l debug` mode? > >...

so what we expect is result decided by bytes.Compare and NOT_EXISTS mean "" ?

> @yylt Do you have time to follow up on this? If not, I will work based on this PR later. > > Feel free to close mine if you...

The main implementation steps for now are as follows: 1. The `snapshot` is used to enable quota. If it cannot be enabled, an error will be reported and the process...