Open dazza-codes opened 7 years ago
$ git grep 'sdr_recovery_home'
config/environments/development.rb: sdr_recovery_home File.join(ROBOT_ROOT,'spec', "temp")
lib/boot.rb: sdr_recovery_home nil
lib/sdr_recovery/recovery_cleanup.rb: recovery_path = Pathname(Sdr::Config.sdr_recovery_home).join(druid.sub('druid:', ''))
lib/sdr_recovery/recovery_cleanup.rb: files << Sdr::Config.sdr_recovery_home
lib/sdr_recovery/recovery_restore.rb: recovery_path = Pathname(Sdr::Config.sdr_recovery_home).join(druid.sub('druid:', ''))
lib/sdr_recovery/recovery_verify.rb: recovery_path = Pathname(Sdr::Config.sdr_recovery_home).join(druid.sub('druid:', ''))
spec/sdr_recovery/recovery_cleanup_spec.rb: recovery_path = Pathname(Sdr::Config.sdr_recovery_home).join(druid.sub('druid:',''))
spec/sdr_recovery/recovery_restore_spec.rb: recovery_path = Pathname(Sdr::Config.sdr_recovery_home).join(@druid.sub('druid:',''))
spec/sdr_recovery/recovery_verify_spec.rb: recovery_path = Pathname(Sdr::Config.sdr_recovery_home).join(@druid.sub('druid:',''))
$ git grep 'migration_source'
lib/boot.rb: migration_source "/services-disk/sdr2objects"
lib/sdr_migration/migration_transfer.rb: old_storage_area = Pathname(Sdr::Config.migration_source)
https://github.com/sul-dlss/shared_configs/blob/sdr-preservation-core_dev/config/environments/integration.rb#L39-L40
The
sdr_recovery_home
and themigration_source
paths do not exist onsul-sdr-services-dev
. What are these settings for and why do they point to missing mount points?