Skip to content

Commit

Permalink
Version 8.1.0.316
Browse files Browse the repository at this point in the history
- Rebased to upstream candidate.
- Removed support for UDS super block version 6 which can only exist in
  versions of the index which the current code does not support.
- Removed all python based tools. vdostats is now a C program, and all
  management should be done with LVM.
  • Loading branch information
corwin committed Aug 6, 2021
1 parent 860e625 commit f695290
Show file tree
Hide file tree
Showing 274 changed files with 4,612 additions and 12,435 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
#
# $Id: //eng/vdo-releases/sulfur/src/packaging/src-dist/user/Makefile#1 $
# $Id: //eng/vdo-releases/sulfur-rhel9.0-beta/src/packaging/src-dist/user/Makefile#1 $

INSTALL = install
INSTALLOWNER ?= -o root -g root
defaultdocdir ?= /usr/share/doc
name ?= vdo
INSTALLDIR=$(DESTDIR)/$(defaultdocdir)/$(name)

SUBDIRS = examples utils vdo-manager
SUBDIRS = examples utils

.PHONY: all clean install
all clean:
Expand Down
4 changes: 2 additions & 2 deletions examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
#
# $Id: //eng/vdo-releases/sulfur/src/packaging/src-dist/user/examples/Makefile#1 $
# $Id: //eng/vdo-releases/sulfur-rhel9.0-beta/src/packaging/src-dist/user/examples/Makefile#1 $

SUBDIRS = ansible monitor systemd udev
SUBDIRS = ansible monitor

.PHONY: all clean install
all clean install:
Expand Down
2 changes: 1 addition & 1 deletion examples/ansible/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
#
# $Id: //eng/vdo-releases/sulfur/src/packaging/src-dist/user/examples/ansible/Makefile#1 $
# $Id: //eng/vdo-releases/sulfur-rhel9.0-beta/src/packaging/src-dist/user/examples/ansible/Makefile#1 $

INSTALLFILES=README.txt \
test_vdocreate.yml \
Expand Down
2 changes: 1 addition & 1 deletion examples/monitor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
#
# $Id: //eng/vdo-releases/sulfur/src/packaging/src-dist/user/examples/monitor/Makefile#1 $
# $Id: //eng/vdo-releases/sulfur-rhel9.0-beta/src/packaging/src-dist/user/examples/monitor/Makefile#1 $

INSTALLFILES=monitor_check_vdostats_logicalSpace.pl \
monitor_check_vdostats_physicalSpace.pl \
Expand Down
2 changes: 1 addition & 1 deletion examples/monitor/monitor_check_vdostats_logicalSpace.pl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#
# The "vdostats" program must be in the path used by "sudo".
#
# $Id: //eng/vdo-releases/sulfur/src/tools/monitor/monitor_check_vdostats_logicalSpace.pl#1 $
# $Id: //eng/vdo-releases/sulfur-rhel9.0-beta/src/tools/monitor/monitor_check_vdostats_logicalSpace.pl#1 $
#
##

Expand Down
2 changes: 1 addition & 1 deletion examples/monitor/monitor_check_vdostats_physicalSpace.pl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#
# The "vdostats" program must be in the path used by "sudo".
#
# $Id: //eng/vdo-releases/sulfur/src/tools/monitor/monitor_check_vdostats_physicalSpace.pl#1 $
# $Id: //eng/vdo-releases/sulfur-rhel9.0-beta/src/tools/monitor/monitor_check_vdostats_physicalSpace.pl#1 $
#
##

Expand Down
2 changes: 1 addition & 1 deletion examples/monitor/monitor_check_vdostats_savingPercent.pl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#
# The "vdostats" program must be in the path used by "sudo".
#
# $Id: //eng/vdo-releases/sulfur/src/tools/monitor/monitor_check_vdostats_savingPercent.pl#1 $
# $Id: //eng/vdo-releases/sulfur-rhel9.0-beta/src/tools/monitor/monitor_check_vdostats_savingPercent.pl#1 $
#
##

Expand Down
2 changes: 0 additions & 2 deletions examples/systemd/97-vdo.preset

This file was deleted.

51 changes: 0 additions & 51 deletions examples/systemd/Makefile

This file was deleted.

15 changes: 0 additions & 15 deletions examples/systemd/VDO.mount.example

This file was deleted.

11 changes: 0 additions & 11 deletions examples/systemd/[email protected]

This file was deleted.

3 changes: 0 additions & 3 deletions examples/systemd/vdo.service

This file was deleted.

1 change: 0 additions & 1 deletion examples/udev/69-vdo-start-by-dev.rules

This file was deleted.

35 changes: 0 additions & 35 deletions examples/udev/Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion utils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# 02110-1301, USA.
#

# $Id: //eng/vdo-releases/sulfur/src/packaging/src-dist/user/utils/Makefile#1 $
# $Id: //eng/vdo-releases/sulfur-rhel9.0-beta/src/packaging/src-dist/user/utils/Makefile#1 $

SUBDIRS = uds vdo

Expand Down
7 changes: 2 additions & 5 deletions utils/uds/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
#
# $Id: //eng/vdo-releases/sulfur/src/packaging/src-dist/user/utils/uds/Makefile#2 $
# $Id: //eng/vdo-releases/sulfur-rhel9.0-beta/src/packaging/src-dist/user/utils/uds/Makefile#1 $

# UDS_INTERNAL_VERSION is the short version name, which is used to version the
# UDS interfaces exported from libuds.so. DISTRIBUTION_VERSION is the long
# version name used in distribution builds. We extract these values from the
# traditional location.
UDS_VERSION = 8.1.0.322
UDS_VERSION = 8.1.0.351
BUILD_VERSION = $(UDS_VERSION)
DISTRO_CODENAME := $(shell lsb_release -s -c)

Expand Down Expand Up @@ -98,16 +98,13 @@ UDS_OBJECTS = MurmurHash3.o \
indexCheckpoint.o \
indexComponent.o \
indexConfig.o \
indexInternals.o \
indexLayout.o \
indexLayoutLinuxUser.o \
indexLayoutParser.o \
indexPageMap.o \
indexRouter.o \
indexSession.o \
indexState.o \
indexStateData.o \
indexVersion.o \
indexZone.o \
ioFactoryLinuxUser.o \
loadType.o \
Expand Down
2 changes: 1 addition & 1 deletion utils/uds/atomicDefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*
* $Id: //eng/uds-releases/krusty/userLinux/uds/atomicDefs.h#1 $
* $Id: //eng/uds-releases/krusty-rhel9.0-beta/userLinux/uds/atomicDefs.h#1 $
*/

#ifndef ATOMIC_DEFS_H
Expand Down
2 changes: 1 addition & 1 deletion utils/uds/bits.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*
* $Id: //eng/uds-releases/krusty/src/uds/bits.c#7 $
* $Id: //eng/uds-releases/krusty-rhel9.0-beta/src/uds/bits.c#1 $
*/

#include "bits.h"
Expand Down
2 changes: 1 addition & 1 deletion utils/uds/bits.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*
* $Id: //eng/uds-releases/krusty/src/uds/bits.h#6 $
* $Id: //eng/uds-releases/krusty-rhel9.0-beta/src/uds/bits.h#1 $
*/

#ifndef BITS_H
Expand Down
2 changes: 1 addition & 1 deletion utils/uds/buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*
* $Id: //eng/uds-releases/krusty/src/uds/buffer.c#12 $
* $Id: //eng/uds-releases/krusty-rhel9.0-beta/src/uds/buffer.c#1 $
*/

#include "buffer.h"
Expand Down
2 changes: 1 addition & 1 deletion utils/uds/buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*
* $Id: //eng/uds-releases/krusty/src/uds/buffer.h#7 $
* $Id: //eng/uds-releases/krusty-rhel9.0-beta/src/uds/buffer.h#1 $
*/

#ifndef BUFFER_H
Expand Down
2 changes: 1 addition & 1 deletion utils/uds/bufferPrivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*
* $Id: //eng/uds-releases/krusty/src/uds/bufferPrivate.h#2 $
* $Id: //eng/uds-releases/krusty-rhel9.0-beta/src/uds/bufferPrivate.h#1 $
*/

#ifndef BUFFER_PRIVATE_H
Expand Down
2 changes: 1 addition & 1 deletion utils/uds/bufferedReader.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*
* $Id: //eng/uds-releases/krusty/src/uds/bufferedReader.c#13 $
* $Id: //eng/uds-releases/krusty-rhel9.0-beta/src/uds/bufferedReader.c#1 $
*/

#include "bufferedReader.h"
Expand Down
2 changes: 1 addition & 1 deletion utils/uds/bufferedReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*
* $Id: //eng/uds-releases/krusty/src/uds/bufferedReader.h#6 $
* $Id: //eng/uds-releases/krusty-rhel9.0-beta/src/uds/bufferedReader.h#1 $
*/

#ifndef BUFFERED_READER_H
Expand Down
2 changes: 1 addition & 1 deletion utils/uds/bufferedWriter.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*
* $Id: //eng/uds-releases/krusty/src/uds/bufferedWriter.c#15 $
* $Id: //eng/uds-releases/krusty-rhel9.0-beta/src/uds/bufferedWriter.c#1 $
*/

#include "bufferedWriter.h"
Expand Down
2 changes: 1 addition & 1 deletion utils/uds/bufferedWriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*
* $Id: //eng/uds-releases/krusty/src/uds/bufferedWriter.h#7 $
* $Id: //eng/uds-releases/krusty-rhel9.0-beta/src/uds/bufferedWriter.h#1 $
*/

#ifndef BUFFERED_WRITER_H
Expand Down
2 changes: 1 addition & 1 deletion utils/uds/cacheCounters.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*
* $Id: //eng/uds-releases/krusty/src/uds/cacheCounters.c#7 $
* $Id: //eng/uds-releases/krusty-rhel9.0-beta/src/uds/cacheCounters.c#1 $
*/

#include "cacheCounters.h"
Expand Down
2 changes: 1 addition & 1 deletion utils/uds/cacheCounters.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*
* $Id: //eng/uds-releases/krusty/src/uds/cacheCounters.h#5 $
* $Id: //eng/uds-releases/krusty-rhel9.0-beta/src/uds/cacheCounters.h#1 $
*/

#ifndef CACHE_COUNTERS_H
Expand Down
2 changes: 1 addition & 1 deletion utils/uds/cachedChapterIndex.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*
* $Id: //eng/uds-releases/krusty/src/uds/cachedChapterIndex.c#15 $
* $Id: //eng/uds-releases/krusty-rhel9.0-beta/src/uds/cachedChapterIndex.c#1 $
*/

#include "cachedChapterIndex.h"
Expand Down
2 changes: 1 addition & 1 deletion utils/uds/cachedChapterIndex.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*
* $Id: //eng/uds-releases/krusty/src/uds/cachedChapterIndex.h#12 $
* $Id: //eng/uds-releases/krusty-rhel9.0-beta/src/uds/cachedChapterIndex.h#1 $
*/

#ifndef CACHED_CHAPTER_INDEX_H
Expand Down
Loading

0 comments on commit f695290

Please sign in to comment.