ceph-csi/internal
John Mulligan 52603d595a journal: split journal types creating a new Connection type
Before, the one CSIJournal type was handling both configuration and
providing methods to make changes to the journal. This created the
temptation to modify the state of the global configuration object to
enact changes through the method calls.

This change creates a new type `journal.Connection` that takes the
monitors and credentials to create a short(er)-lived object to actually
read and make changes on the journal. This also avoid mixing the
arguments needed to connect to the cluster with the arguments needed
for the various journal read & update calls.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
2020-05-15 15:14:48 +00:00
..
cephfs journal: split journal types creating a new Connection type 2020-05-15 15:14:48 +00:00
csi-common cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
journal journal: split journal types creating a new Connection type 2020-05-15 15:14:48 +00:00
liveness cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
rbd journal: split journal types creating a new Connection type 2020-05-15 15:14:48 +00:00
util util: make util.ClusterInfo usable outside util package 2020-05-14 19:43:21 +00:00