文件最后提交记录最后更新时间
virtwrap, converter: use BLKPBSZGET instead of BLKBSZGET Previously BLKBSZGET was used to obtain the physical size which was a mistake as it doesn't necessarily match the physical size. BLKPBSZGET and BLKSSZGET obtain the physical and logical block size respectively[1] [1] https://github.com/torvalds/linux/blob/8b789f2b7602a818e7c7488c74414fae21392b63/block/ioctl.c#L596-L599 Signed-off-by: Adi Aloni <aaloni@redhat.com>7 个月前
fix non-constant format string error hit by make go-test https://prow.ci.kubevirt.io/view/gs/kubevirt-prow/pr-logs/pull/kubevirt_kubevirt/15784/pull-kubevirt-unit-test-s390x/1972990835410604032 Signed-off-by: Brian Carey <bcarey@redhat.com>8 个月前
hack: Run bazel-race Signed-off-by: Lee Yarwood <lyarwood@redhat.com>8 个月前
hack: Run bazel-race Signed-off-by: Lee Yarwood <lyarwood@redhat.com>8 个月前
hack: Run bazel-race Signed-off-by: Lee Yarwood <lyarwood@redhat.com>8 个月前
hack: Run bazel-race Signed-off-by: Lee Yarwood <lyarwood@redhat.com>8 个月前
hack: Run bazel-race Signed-off-by: Lee Yarwood <lyarwood@redhat.com>8 个月前
Add license header linter for sig-storage under pkg/ Signed-off-by: avlitman <alitman@redhat.com>11 个月前
vmsnapshot: report volumes being deleted CDI 1.64 included https://github.com/kubevirt/containerized-data-importer/pull/3912 which will make us report the volume is merely "not populated", when in fact, it is being deleted and it is pointless to progress further. Report volumes being deleted and circumvent the entire thing, alongside a conversion of the corresponding e2e test to a unit test. Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>4 个月前
storage, types, dv: resolve datasource pointers DataSources support pointers to other DataSources and their resolution as of https://github.com/kubevirt/containerized-data-importer/pull/3760 This commit adds handling in order for DataVolumeTemplates to correctly resolve the sourceRef in the event that it's a pointer DataSource. Signed-off-by: Adi Aloni <aaloni@redhat.com>5 个月前
hack: Run bazel-race Signed-off-by: Lee Yarwood <lyarwood@redhat.com>8 个月前
Consistent copyright notice under pkg Red Hat is willing to mark these files as copyrighted by the KubeVirt Authors. If accepted, a similar sed PR would follow to the reset of the code based. sed -i 's/\(20.., \)*20.. Red Hat, Inc./The KubeVirt Authors./' git grep -l '20.. Red Hat, Inc.' Signed-off-by: Dan Kenigsberg <danken@redhat.com>1 年前
Move vm snapshot and restore logic to new storage pkg with a goal to eventually move all the storage logic to storage pkg. Signed-off-by: Shelly Kagan <skagan@redhat.com>3 年前
SIG Storage: Set ownership on pkg/storage I'm coming up with this OWNERS file for pkg/storage. This does not introduce any new approver, but it clarifies the ownership of this pkg. The owners are loosely based on the history of the pkg and it's subdirs. Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>2 年前