Changes between Version 41 and Version 42 of Other/Summer/2023/Distributed


Ignore:
Timestamp:
Jul 10, 2023, 6:01:40 PM (12 months ago)
Author:
krs227
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2023/Distributed

    v41 v42  
    8181**Idea Of Our Progress This Week**
    8282
    83 This was probably the week where we did the most chunk of work that was relevant to the project, which was getting into the process of Ceph installation as well as working with Ceph. We watched three videos about how Ceph works, data security, as well as the process of self-balancing and also self-healing. While we were trying to mount Ceph, there was a lack of OSDs and we spent Week 4 trying to troubleshoot the problem
     83This was probably the week where we did the most chunk of work that was relevant to the project, which was getting into the process of Ceph installation as well as working with Ceph. We watched three videos about how Ceph works, data security, as well as the process of self-balancing and also self-healing. While we were trying to mount Ceph, there was a lack of OSDs and we spent Week 4 trying to troubleshoot the problem. After spending a long time with troubleshooting, we found out that we actually had an older version of Ceph installed. To fix this, we needed to change the uid, gid, as well as the group container too. After that, we installed the Debian 11 and did the Ceph installation through that.
     84
     85Here is how the Ceph diagram works:
     86   1. Data arrives to the file system/pool
     87   2. Splits into chunks (pool groups)
     88   3. Metadata and replicas are created and then stored into OSDs.
     89
    8490**Week Resources**
    85 
    86 Ceph Installation On One Node: https://linuxcourse.rutgers.edu/Winlab_Internship_2023/html/Ceph_one_node.html
     91   - Ceph Installation On One Node: https://linuxcourse.rutgers.edu/Winlab_Internship_2023/html/Ceph_one_node.html
     92   - Building Ceph: https://docs.ceph.com/en/quincy/install/build-ceph/
     93   - How Ceph Works: https://www.youtube.com/watch?v=HJivYTJ9Y54
     94   - Data Security: https://www.youtube.com/watch?v=HJivYTJ9Y54
     95   - Self Balancing and Self Healing: https://www.youtube.com/watch?v=jBWVcJYNjeA&t=8s
    8796
    8897== **Presentation Links**